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


print

Function: print
file: job.t
package: muf
status: alpha
{ arg -> string }

The print function accepts any sort of argument and attempts to produce a human-readable string display of it. For example, this produces a disassembly of a Procedure argument.

See section toString. See section ]print.


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