Sorting algorithms/Insertion sort: Difference between revisions

m
Line 59:
{{trans|Ada}}
 
{{works with|ALGOL 68|StandardRevision 1 - no extensions to language used}}
 
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
{{works with|ELLA ALGOL 6868G|Any (with appropriate job cards) - tested with release [http://sourceforge.net/projects/algol68/files/algol68g/algol68g-1.818.8d0/algol68g-1.18.0-9h.tiny.el5.centos.fc9fc11.i386.rpm/download 1.18.0-9h.tiny]}}
 
{{works with|ELLA ALGOL 68|Any (with appropriate job cards) - tested with release [http://sourceforge.net/projects/algol68/files/algol68toc/algol68toc-1.8.8d/algol68toc-1.8-8d.fc9.i386.rpm/download 1.8-8d]}}
<lang algol68>MODE DATA = REF CHAR;
 
Line 91 ⟶ 93:
abcdefghiijklmnopqrstuvwxyz
big fjords vex quick waltz nymph
</pre>
 
=={{header|AutoHotkey}}==
Line 696 ⟶ 698:
echo implode(',',$arr);</lang>
<pre>1,2,3,4,6,7,8,9</pre>
 
=={{header|PL/I}}==
<lang pli>