current-continuation ( -- continuation )


Vocabulary
continuations

Inputs
None

Outputs
continuationa continuation


Word description
Reifies the current execution context representing the future of the computation into a continuation object.

Definition