stream-lines ( stream -- seq )
Factor handbook » Input and output » Streams » Stream utilities

Prev:stream-print ( str stream -- )
Next:read-lines ( -- seq )


Vocabulary
io

Inputs
streaman input stream


Outputs
seqa sequence of strings


Word description
Reads lines of text until the stream is exhausted, collecting them in a sequence of strings.

Definition