Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
eq? ( obj1 obj2 -- ? )
Factor documentation
>
Factor handbook
>
The language
>
Objects
>
Equality
Next:
= ( obj1 obj2 -- ? )
Vocabulary
kernel
Inputs and outputs
obj1
an
object
obj2
an
object
?
a boolean
Word description
Tests if two references point at the same object.
Definition
IN:
kernel
PRIMITIVE:
eq?
( obj1 obj2 -- ? )
foldable
flushable