⇐ Index ⇐ Lists
ReverseList(<-list) ->reversedList
Takes a list from the stack, makes a deep copy, reverses its contents, then pushes the new list back to the stack.
ReverseList(List("A" "B" "C")) ->list
⇐ Index