Handbook
Glossary
yield ( v -- )
Vocabulary
generators
Inputs
v
an
object
Outputs
None
Word description
Pause computation and yield a value to the caller.
Definition
USING:
coroutines
;
IN:
generators
ALIAS:
yield
coyield*
inline