Reverse( string:string ) → string
Returns a reversed copy of string.
Example:
Output( Reverse("Hello World") ); --> dlroW olleH