list
Returns the new list with the order of the elements in list reversed. The input list is not changed.
Examples: reverse [1 2 3] returns the list [3 2 1].
reverse [1 2 3] returns the list [3 2 1]
Related commands: