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


: crlf ( -- ) "\r\n" write ;