set-ref* ( ref obj -- ref )
Factor handbook » The language » Collections » References » Reference utilities

Prev:ref-dec ( ref -- )


Vocabulary
refs

Inputs
refa ref
objan object


Outputs
refa ref


Word description
Just like set-ref, but leave the ref on the stack.

See also
get-ref, set-ref

Definition