coreset ( v -- )


Vocabulary
coroutines

Inputs
van object


Outputs
None

Word description
Reset the current coroutine, leaving the value v on the stack when control is passed to the coresume caller. When the coroutine is resumed, it will continue at the beginning of the coroutine.

See also
coyield, coterminate

Definition