Handbook
Glossary
do-not-compile? ( object -- ? )
Vocabulary
stack-checker
.
errors
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
do-not-compile
class.
Definition
USING:
classes.tuple.private
;
IN:
stack-checker.errors
:
do-not-compile?
( object -- ? )
\
do-not-compile
9
tuple-instance?
;