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


symbolFunction

Function: symbolFunction
file: job.t
package: muf
status: alpha

The symbolFunction function accepts a symbol, and returns the function slot of that symbol. 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

#'function

may be used instead of

'function symbolFunction


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