Handbook
Glossary
yield* ( v -- result )
Vocabulary
generators
Inputs
v
an
object
Outputs
result
an
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
USING:
coroutines
;
IN:
generators
ALIAS:
yield*
coyield
inline