read-?crlf ( -- seq )


Vocabulary
io.crlf

Inputs
None

Outputs
seqa sequence


Word description
Reads until the next LF (line feed) or CRLF (carriage return followed by line feed) from the current input stream, throwing an error if CR is present without immediately being followed by LF.

Definition