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