Handbook
Glossary
set-retainstack ( array -- )
Factor handbook
»
The language
»
Continuations
»
Continuation implementation details
Prev:
get-retainstack ( -- array )
Next:
get-callstack ( -- callstack )
Vocabulary
kernel
.
private
Inputs
array
an
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
IN:
kernel.private
PRIMITIVE:
set-retainstack
( array -- )