set-retainstack ( array -- )
Factor handbook » The language » Continuations » Continuation implementation details

Prev:get-retainstack ( -- array )
Next:get-callstack ( -- callstack )


Vocabulary
kernel.private

Inputs
arrayan array


Outputs
None

Word description
Replaces the retain stack contents with a copy of an array. The end of the array becomes the top of the stack.

Definition