LIST

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
&rest
 
  - args    

Description:

Returns a list containing the supplied objects (<args>).

Ex. (list 1 2 'a 7) ==> (1 2 a 7)