Handbook
Glossary
yaml-unexpected-event? ( object -- ? )
Vocabulary
yaml
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
yaml-unexpected-event
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
yaml
:
yaml-unexpected-event?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
yaml-unexpected-event
eq?
]
[
drop
f
]
if
;