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