^title Stdout Class

The standard output stream.

## Static Methods

### **flush()**

Flushes all buffered data to the stream. Ensures any data written to stdout
that is in the buffer gets written to the file or terminal that stdout is
connected to.
