FUNCALL

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - function    
&rest
 
  - arguments    

Description:

Applies <function> to <args>.

<function> is a function or function name.
<args> are the arguments.

Ex. (funcall '+ 3 5) ==> 8