Handbook
Glossary
crlf ( -- )
Vocabulary
io
.
crlf
Inputs
None
Outputs
None
Word description
Prints a carriage return and line feed to the current output stream, used to indicate a newline for certain network protocols.
Definition
USING:
io
;
IN:
io.crlf
:
crlf
( -- )
"\r\n"
write
;