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