each-line ( ... quot: ( ... line -- ... ) -- ... )
Factor handbook » Input and output » Streams » Stream utilities

Prev:read-lines ( -- seq )
Next:stream-contents ( stream -- seq )


Vocabulary
io

Inputs
quota quotation with stack effect ( ... line -- ... )


Outputs
None

Word description
Calls the quotation with successive lines of text, until the current input-stream is exhausted.

Definition