z/OS TSO/E REXX Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


REVERSE

z/OS TSO/E REXX Reference
SA32-0972-00

Read syntax diagramSkip visual syntax diagram
>>-REVERSE(string)---------------------------------------------><

returns string, swapped end for end.

Here are some examples:
REVERSE('ABc.')    ->    '.cBA'
REVERSE('XYZ ')    ->    ' ZYX'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014