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