Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
tuple? ( object -- ? )
Vocabulary
kernel
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
tuple
class.
Definition
USING:
kernel.private
;
IN:
kernel
:
tuple?
( object -- ? )
tag
7
eq?
;