Handbook
Glossary
unless-libyaml-default ( variable quot -- )
Vocabulary
yaml
.
private
Inputs
variable
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
namespaces
yaml.config
;
IN:
yaml.private
:
unless-libyaml-default
( variable quot -- )
[
get
dup
+libyaml-default+
=
not
]
dip
[
2drop
]
if
;
inline