reverse
Produce a new list with the reversed elements of the given list.
reverse $myList
The above would generate the list [5 4 3 2 1]
.
reverse
panics if there is a problem while mustReverse
returns an error to the
template engine if there is a problem.