Function apply
apply aFunction arg1 ... [aList]
Invokes a a function with a given set of arguments.
- Parameters:
- aFunction -
Function object that will be called.
- arg1 -
Object that will be passed as the first argument whan calling
aFunction.
- aList -
List whose elements will be passed as arguments to
aFunction.
- Returns:
-
The value returned by the invocation of aFunction.
-
Report a bug or request new features
© 2002