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