file: job.t package: muf status: alpha
The setSymbolFunction
function accepts a symbol
atop a value, and sets the given symbol's function slot to
the given value. Compilers normally invoke this implicitly
as needed: It is not normally explicitly invoked by the
programmer.
On occasions when you do need it, the shorthand syntax
fn --> #'function
may be used instead of
fn 'symbol setSymbolFunction
Go to the first, previous, next, last section, table of contents.