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


getLambdaSlotProperty

Function: getLambdaSlotProperty { lambda key slot -> val }
file: job.t
package: muf
status: alpha

The getLambdaSlotProperty returns the value of property key (a keyword) on slot number slot (an integer) in lambda-lists lambda.

The slot properties supported are:

:name
A string (for required or optional args) or keyword giving the name of the slot.
:initval
Default value for this parameter.
:initform
If non-NIL, a compiledFunction which should be evaluated to yield the default value for this parameter.

See section setLambdaSlotProperty.


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