breset ( quot -- )
Partial continuations

Next:bshift ( r quot -- )


Vocabulary
partial-continuations

Inputs
quota quotation with stack effect ( r -- v )


Outputs
None

Word description
Marks the boundary of the partial continuation. The quotation has stack effect ( r -- v ), where r identifies the breset in scope and should be passed to bshift to mark the boundary of the continuation.

Notes
It is important to note that even if the quotation discards items on the stack, the stack will be restored to the way it was before it is called (which is true of continuation usage in general).

Definition