output-stream
Factor handbook » Input and output » Streams » Default input and output streams

Prev:with-input-stream* ( stream quot -- )
Next:flush ( -- )


Vocabulary
io

Variable description
Holds an output stream for various implicit stream operations. Rebound using with-output-stream and with-output-stream*.

Variable value
Current value in global namespace:
T{ encoder f ~output-port~ utf8 }


Definition


Methods