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