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