reverse
[list]
Parameters:
[list] |
List |
list to be reversed |
Description:
Reports the new list with the order of the elements in [list] reversed. The input [list] is not changed.
Examples:
reverse [1 2 3]
reports the list [3 2 1].
Related Commands:
fput
list
lput
sentence