APPLY

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - function    
  - arg    
&rest
 
  - args    

Description:

Applies <function> to the arguments in <arg>.

<function> is a function or function name.
<arg> is a list of arguments.

Ex. (apply '+ '(3 4)) ==> 7