set-callstack ( callstack -- * )
Factor handbook » The language » Continuations » Continuation implementation details

Prev:get-callstack ( -- callstack )
Next:get-namestack ( -- namestack )


Vocabulary
kernel.private

Inputs
callstacka callstack


Outputs
None

Word description
Replaces the call stack contents. Control flow is transferred immediately to the innermost frame of the new call stack.

Definition