<obj-ref> ( obj -- obj-ref )
Factor handbook » The language » Collections » References » Reference implementations

Prev:obj-ref
Next:key-ref


Vocabulary
refs

Inputs
objan object


Outputs
obj-refan 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