yield* ( v -- result )


Vocabulary
generators

Inputs
van object


Outputs
resultan object


Word description
Pause computation and yield a value to the caller, with the expectation for a value to be returned before computation is resumed.

Definition