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