property Stdio.stderr
Returns a writable stream for the standard error of the current process.
property Stdio.stdin
Returns a readable stream for the standard input of the current process.
property Stdio.stdout
Returns a writable stream for the standard output of the current process.

