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


makeFunction

Function: makeFunction { -> function }
file: job.t
package: muf
status: alpha

The makeFunction function creates and returns an instance of Class Function.

(It is important not to confuse functions, which contain source code and documentation, with compiledFunctions, which contain compiled constants and bytecodes, and may be created only via instances of Class Assembler. See section makeAssembler.)


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