gen-coroutine ( quot gen -- co )


Vocabulary
generators

Inputs
quota quotation
gena generator


Outputs
coa coroutine


Word description
Builds a coroutine from a quotation for use in a generator object. On termination of the quotation, the generator object will be marked as complete.

Definition