Handbook
Glossary
+unknown+? ( object -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
+unknown+
class.
Definition
USING:
kernel
;
IN:
compiler.tree.propagation.call-effect
:
+unknown+?
( object -- ? )
\
+unknown+
eq?
;