Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
longlong-2-rep? ( object -- ? )
Vocabulary
cpu.architecture
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
longlong-2-rep
class.
Definition
USING:
kernel
;
IN:
cpu.architecture
:
longlong-2-rep?
( object -- ? )
\
longlong-2-rep
eq?
;