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


makeMosClass

Function: makeMosClass { -> newClass }
file: job.t
package: muf
status: alpha

The makeMosClass function constructs and returns a new mosClass instance. This is a very low-level call, and the returned value is rather useless as it stands: One needs to set the key property of the class to an appropriate mosKey object (typically freshly created) before the new class may be used to create new objects via ]makeStructure.

See section makeMosKey. See section ]makeStructure.


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