with-null-writer ( quot -- )
Null streams

Prev:null-reader
Next:null-writer


Vocabulary
io.streams.null

Inputs
quota quotation


Outputs
None

Word description
Calls the quotation with output-stream rebound to a null-writer which ignores all output.

Definition