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