Sorting algorithms/Gnome sort: Difference between revisions

m
→‎{{header|REXX}}: changed width of sep line. -- ~~~~
m (→‎{{header|REXX}}: made sep line consistant with width. -- ~~~~)
m (→‎{{header|REXX}}: changed width of sep line. -- ~~~~)
Line 1,411:
say 'element' right(j,widthH) arg(1)":" @.j /*make it pretty. */
end
say copies('─',widthH60) /*show a seperator line that fits*/
return</lang>
'''output'''