with-streams* ( input output quot -- )
Factor handbook » Input and output » Streams » Default input and output streams

Prev:with-streams ( input output quot -- )


Vocabulary
io

Inputs
inputan input stream
outputan output stream
quota quotation


Outputs
None

Word description
Calls the quotation in a new dynamic scope, with input-stream rebound to input and output-stream rebound to output.

Notes
This word does not close the streams. Compare with with-streams.

Definition