Sorting algorithms/Insertion sort: Difference between revisions

m
(Added a solution for MATLAB)
Line 88:
print((data))</lang>
Output:
<pre>
<lang algol68>abcdefghiijklmnopqrstuvwxyz
big fjords vex quick waltz nymph</lang>
<pre>
 
=={{header|AutoHotkey}}==
contributed by Laszlo on the ahk [http://www.autohotkey.com/forum/post-276481.html#276481 forum]