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