<value-ref> ( assoc key -- value-ref )
Factor handbook » The language » Collections » References » Reference implementations

Prev:value-ref
Next:var-ref


Vocabulary
refs

Inputs
assocan assoc
keyan object


Outputs
value-refa value-ref


Word description
Creates a reference to the value associated with key in assoc.

See also
<obj-ref>, <var-ref>, <global-var-ref>, <slot-ref>, <key-ref>

Definition


: <value-ref> ( assoc key -- value-ref ) \ value-ref boa ;
inline