reverse <Target>
Reverse a list
A list
variable tList put [1, 2, 3] into tList reverse tList expect that tList is [3, 2, 1]
Reverses the order of elements in the Target.