Handbook
Glossary
write-lines ( seq -- )
Vocabulary
io
Inputs
seq
a
sequence
of
string
s
Outputs
None
Word description
Print lines of text to the
output-stream
until the sequence is exhausted.
Definition
USING:
kernel
namespaces
sequences
;
IN:
io
:
write-lines
( seq -- )
output-stream
get
[
stream-print
]
curry
each
;
inline