with-crlf-stream ( quot -- )


Vocabulary
io.crlf

Inputs
quota quotation


Outputs
None

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