REVERSE

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - sequence    

Description:

Returns a new sequence or list of the same kind as <sequence>, containing the same elements but in reverse order.

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