Handbook
Glossary
eq? ( obj1 obj2 -- ? )
Factor handbook
»
The language
»
Objects
»
Equality
Next:
= ( obj1 obj2 -- ? )
Vocabulary
kernel
Inputs
obj1
an
object
obj2
an
object
Outputs
?
a
boolean
Word description
Tests if two references point at the same object.
Definition
IN:
kernel
PRIMITIVE:
eq?
( obj1 obj2 -- ? )
foldable
flushable