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


makeLambdaList

Function: makeLambdaList { REQ_ARGS optArgs key-args slots -> lambda }
file: job.t
package: muf
status: alpha

The makeLambdaList function creates a lambdaList instance.

The REQ_ARGS parameter is an integer giving the number of required arguments.

The optArgs parameter is an integer giving the number of optional arguments.

The key-args parameter is an integer giving the number of keyword arguments.

The slots parameter is an integer giving the number of stackframe variable slots used.

See section getLambdaSlotProperty. See section setLambdaSlotProperty. See section |applyLambdaList.


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