a quotation with stack effect ( continuation -- initial )
Outputs
obj
an object provided when resuming the continuation or initial
Word description Applies the quotation to the current continuation, which is reified from the point immediately after which this word would return. Every time the continuation is resumed using continue-with and a new obj, execution continues with obj on the stack. If quot returns, execution continues with initial on the stack.