Handbook
Glossary
YAML_PARSER_ERROR? ( object -- ? )
Vocabulary
yaml
.
ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
YAML_PARSER_ERROR
class.
Definition
USING:
kernel
;
IN:
yaml.ffi
:
YAML_PARSER_ERROR?
( object -- ? )
\
YAML_PARSER_ERROR
eq?
;