Implement streams for handling standard input, output and stderr
uses
System,
Classes;
The iostream implements a descendent of THandleStream streams that can be used to read from standard input and write to standard output and standard diagnostic output (stderr).