get-ref ( ref -- obj )
Factor handbook » The language » Collections » References » Reference protocol

Next:set-ref ( obj ref -- )


Vocabulary
refs

Inputs
refa ref


Outputs
objan object


Word description
Outputs the value pointed at by this reference.

See also
set-ref, set-ref*

Definition

GENERIC: get-ref ( ref -- obj )


Methods