Handbook
Glossary
<obj-ref> ( obj -- obj-ref )
Factor handbook
»
The language
»
Collections
»
References
»
Reference implementations
Prev:
obj-ref
Next:
key-ref
Vocabulary
refs
Inputs
obj
an
object
Outputs
obj-ref
an
obj-ref
Word description
Creates a reference which contains the value it references.
See also
<var-ref>
,
<global-var-ref>
,
<slot-ref>
,
<key-ref>
,
<value-ref>
Definition
USING:
kernel
;
IN:
refs
:
<obj-ref>
( obj -- obj-ref )
\
obj-ref
boa
;
inline