argFetch
|
The argFetch special form returns the nth argument passed to the current function. Usage The argFetch special form is used to access arguments in Lambdas, which have
been sent an indefinite number of arguments using the ellipsis syntax form. The number
of arguments is only known at runtime.
(argFetch index) The value of the indexed argument
Expression:
Arguments
Name
Type
Description Argument: index Integer
The index of the argument to be fetched.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Lambda |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|