Handbook
Glossary
add? ( 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
add
class.
Definition
USING:
classes.tuple.private
;
IN:
rosetta-code.arithmetic-evaluation
:
add?
( object -- ? )
\
add
9
tuple-instance?
;