io.file.stdio

Members

Static variables

stderr
File stderr;

Standard error stream.

stdin
File stdin;

Standard input stream.

stdout
File stdout;

Standard output stream.

Meta

Authors

Jason White

Description: Provides access to the standard I/O streams: stdin, stdout, and stderr. Note that each of these streams are buffered.

To avoid conflict with std._stdio, the file handles of each stream are duplicated on static construction and closed upon static destruction.