RosettaCodeData/Task/Optional-parameters/REXX/optional-parameters-2.rexx
2015-02-20 00:35:01 -05:00

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.*/