WriteString¶
Write a string to an output stream.
The stream can be named directly, or given as the OutputStream[…]
expression that $StandardOutputStream stands for. Both write to the
process's standard output, and neither appends a newline of its own.
$StandardErrorStream writes to standard error instead:
All arguments after the stream are written in one go, without separators: