Handbook
Glossary
set-stdio ( input output error -- )
Vocabulary
io
.
backend
Inputs
input
an
object
output
an
object
error
an
object
Outputs
None
Definition
USING:
io
io.encodings
io.encodings.utf8
kernel
namespaces
;
IN:
io.backend
:
set-stdio
( input output error -- )
[
utf8
<decoder>
input-stream
set-global
]
[
utf8
<encoder>
output-stream
set-global
]
[
utf8
<encoder>
error-stream
set-global
]
tri*
;