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