Handbook
Glossary
each-line-tokens ( quot -- )
Vocabulary
gpu
.
demos
.
bunny
Inputs
quot
an
object
Outputs
None
Definition
USING:
io
kernel
namespaces
;
IN:
gpu.demos.bunny
:
each-line-tokens
( quot -- )
[
input-stream
get
[
stream-read-line-tokens
]
curry
]
dip
while*
;
inline