Home / lang / flush 
FLUSH
Syntax
FLUSH [ [ # ] Stream ]

Flushes the output of a buffered stream.

If no stream is specified, every opened stream is flushed.

Flushing the input of a buffered stream is a non-sense.


See also
Stream & Input/Output functions