reverse
builtin-function
(reverse seq)
Returns a list with the elements of seq in reverse order.
seq
make-html > (reverse (series 1 10)) it: (10 9 8 7 6 5 4 3 2 1)