![]()
|
argFetch
|
The argFetch special form returns the nth argument passed to the current function. When to use 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
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. Here are also a number of links to functions having arguments with any of these data types.
You can always talk with the AIS at aiserver.sourceforge.net.
Name
Description
AIS Types index The index of the argument to be fetched. Integer
Returns:
Examples
Argument Types
Lambda
How do I contact the AIS team?