Sorting algorithms/Gnome sort: Difference between revisions

m
→‎{{header|REXX}}: corrected a misspelling. -- ~~~~
m (→‎{{header|REXX}}: added DO-END labels, added comments and whitespace. -- ~~~~)
m (→‎{{header|REXX}}: corrected a misspelling. -- ~~~~)
Line 1,604:
say 'element' right(j,widthH) arg(1)":" @.j /*make it pretty.*/
end /*j*/
say copies('─',60) /*show a seperatorseparator line that fits*/
return</lang>
'''output'''