APPEND

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
&rest
 
  - lists    

Description:

Returns a new list that is the concatenation of the <lists>.

Ex. (append '(1 2 3) '(4 5)) ==> (1 2 3 4 5)