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