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