Handbook
Glossary
crlf-stream
Vocabulary
io
.
crlf
Definition
IN:
io.crlf
TUPLE:
crlf-stream
underlying
;
Methods
USING:
accessors
destructors
io.crlf
;
M:
crlf-stream
dispose
underlying>>
dispose
;
USING:
accessors
io
io.crlf
kernel
;
M:
crlf-stream
stream-flush
[
underlying>>
]
call
\
stream-flush
execute
;
USING:
io
io.crlf
kernel
;
M:
crlf-stream
stream-nl
13
over
stream-write1
10
swap
stream-write1
;
USING:
accessors
io
io.crlf
kernel
;
M:
crlf-stream
stream-write
[
underlying>>
]
call
\
stream-write
execute
;
USING:
accessors
io
io.crlf
kernel
;
M:
crlf-stream
stream-write1
[
underlying>>
]
call
\
stream-write1
execute
;