VocabularyioInputsOutputsNone
Word descriptionCalls the quotation in a new dynamic scope, with
output-stream rebound to
stream.
ExamplesUSING: destructors io io.encodings.utf8 io.files prettyprint ;
"/tmp/test.txt" utf8 <file-writer> dup [ "Hello!" write ] with-output-stream* dispose
"/tmp/test.txt" utf8 file-contents .
"Hello!"
NotesThis word does not close the stream. Compare with
with-output-stream.
See alsowith-output-streamDefinition