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


toString

Function: toString { any -> string }
file: job.t
package: muf
status: alpha

The toString function accepts any sort of argument and attempts to produce a short human-readable string display of it. This is the conversion used by the comma (writeOutputStream) operator. Strings are not surrounded by double-quotes; Characters are not surrounded by single-quotes nor newlines (and so forth) converted to '\n' form.

See section print. See section ]print. See section toDelimitedString.


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