yield ( v -- )


Vocabulary
generators

Inputs
van object


Outputs
None

Word description
Pause computation and yield a value to the caller.

Definition