Go to the first, previous, next, last section, table of contents.


writeOutputStream

Function: writeOutputStream
file: job.t
package: muf
status: alpha

This command accepts one parameter and writes it to the standard output stream for the current job, @$s.dstMsq. If necessary, the job will block until space becomes available.

For conciseness, this function is also available as , (comma).

This function is similar to val @$s.standardOutput writeStream, but differs in that writeOutputStream also converts any non-string arguments to string before placing them in the stream, effectively using the toString function.

See section delimitedWriteToOutputStream. See section toString. See section writeStream. See section rootWriteStream.


Go to the first, previous, next, last section, table of contents.