file: job.t package: muf status: alpha
The |applyLambdaList
function is the
central mechanism for processing a lispStyle
argument block at runtime. The [raw-args]
block should contain a lisp parameter block as
supplied by the calling function: Required
arguments followed by any optional arguments
followed by any key/val pairs. The resulting
[cooked-args]
block is a fixed-length
block with one entry for each possible argument,
where default values have been supplied for
missing optional or keyword arguments.
After calling |applyLambdaList
one will
typically call ]setLocalVars
to copy the
results into local variables. See section ]setLocalVars.
Go to the first, previous, next, last section, table of contents.