Handbook
Glossary
skip* ( v gen -- )
Generators
Prev:
?next* ( v gen -- val/f end? )
Next:
exhausted? ( gen -- ? )
Vocabulary
generators
Inputs
v
an
object
gen
an
object
Outputs
None
Word description
Pass a value into the generator, resuming computation until a value is produced. The value is discarded.
Definition
USING:
kernel
;
IN:
generators
:
skip*
( v gen -- )
next*
drop
;
inline