4 lines
265 B
Rexx
4 lines
265 B
Rexx
/*REXX example uses the SortStrings subroutine with optional args. */
|
|
/*···define array (@.nnn) of strings here···*/
|
|
call sortStrings 'Reverse=no' 3
|
|
/*stick a fork in it, we're done.*/
|