returns the $handle for stdin/stdout.
A $handle to stdin/stdout. This handle can be read from and written to using Sleep's IO functions.
if (-eof getConsole()) { println(getConsole(), "The console is open!"); }
The console is open!