Sorting algorithms/Bubble sort: Difference between revisions

m
m (→‎{{header|REXX}}: added/changed comments and whitespace, changed font size for the output.)
Line 546:
:: to sort ascending [a-z]: set seq=gtr
:: to sort descending [z-a]: set seq=lss
::
:: note: shell meta characters like ! ^ < > |
:: (& others) will be need to be escaped...
::
:: collating order...
Anonymous user