Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: corrected a misspelling. -- ~~~~)
Line 1,575: Line 1,575:
say 'element' right(j,widthH) arg(1)':' @.j
say 'element' right(j,widthH) arg(1)':' @.j
end
end
say copies('─',79) /*show a seperator line that fits*/
say copies('─',79) /*show a separator line that fits*/
return</lang>
return</lang>
'''output'''
'''output'''