Sorting algorithms/Insertion sort: Difference between revisions

m
mNo edit summary
Line 1,998:
End Sub</lang>
 
=={{header|RebolREBOL}}==
<lang Rebolrebol>
; This program works with RebolREBOL version R2 and R3, to make it work with Red
; change the word func to function
insertion-sort: func [
Anonymous user