Sorting algorithms/Gnome sort: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: removed superflous blanks, added comments to source code. -- ~~~)
m (→‎{{header|REXX}}: made sep line consistant with width. -- ~~~~)
Line 1,411:
say 'element' right(j,widthH) arg(1)":" @.j /*make it pretty. */
end
say copies('─',60widthH) /*show a seperator line. that fits*/
return</lang>
'''output'''