use-crlf-stream ( -- )


Vocabulary
io.crlf

Word description
Substitutes the current output-stream with a wrapper that outputs CR followed by LF for every stream-nl call (words like print and nl use that internally).

Definition