file: job.t package: muf status: alpha
The ]setLocalVars
copies the N
values in the
given argblock to the first N
local variables of
the current function. An error is signalled if there are
not enough local variables.
This prim is typically used in conjunction with
|applyLambdaList
to process a function's
parameter block and then copy the results to
local variables.
See section |applyLambdaList.
Go to the first, previous, next, last section, table of contents.