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


delimitedWriteToOutputStream

Function: delimitedWriteToOutputStream { string -> }
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 comma).

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

See section writeOutputStream. See section toDelimitedString. See section writeStream. See section rootWriteStream.


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