reverse <Target>
Reverse a string
A string
variable tString put "abcdef" into tString reverse tString expect that tString is "fedcba"
Reverses the order of characters in the Target.