ifcc ( capture restore -- )


Vocabulary
continuations

Inputs
capturea quotation with stack effect ( continuation -- )
restorea quotation


Outputs
None

Word description
Reifies a continuation from the point immediately after which this word returns, and passes it to capture. When the continuation is restored, execution resumes and restore is called.

See also
callcc0, continue, callcc1, continue-with

Definition