next ( gen -- result )
Generators

Next:?next ( gen -- val/f end? )


Vocabulary
generators

Inputs
gena generator


Outputs
resultan object


Word description
Resume computation in the generator until the next value is produced.

Definition