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


toDelimitedString

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

The toDelimitedString function accepts any sort of argument and attempts to produce a short human-readable string display of it. Strings will be surrounded by double-quotes, and characters will be surrounded by single-quotes.

See section print. See section ]print. See section toString.


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