Handbook
Glossary
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
USING:
io
namespaces
;
IN:
io.crlf
:
use-crlf-stream
( -- )
output-stream
[
<crlf-stream>
]
change
;