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

Prev:null-writer


Vocabulary
io.streams.null

Inputs
quota quotation


Outputs
None

Word description
Calls the quotation with input-stream rebound to a null-reader which always produces EOF.

Definition