Handbook
Glossary
read-?crlf ( -- seq )
Vocabulary
io
.
crlf
Inputs
None
Outputs
seq
a
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
USING:
io
namespaces
;
IN:
io.crlf
:
read-?crlf
( -- seq )
input-stream
get
stream-read-?crlf
;