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

Prev:set-datastack ( array -- )
Next:set-retainstack ( array -- )


Vocabulary
kernel

Inputs
None

Outputs
arrayan array


Word description
Outputs an array containing a copy of the retain stack contents right before the call to this word, with the top of the stack at the end of the array.

Definition