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


setNamedStructureSlot

Function: setNamedStructureSlot { struct val mosClass key -> }
file: job.t
package: muf
status: alpha

The setNamedStructureSlot function accepts a structure struct, a mosClass and a symbol key and sets the value of the struct slot named by key to val. An error is signaled if mosKey is not nil and struct is not an instance of mosClass.


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