Remove duplicate elements: Difference between revisions

m
Line 1,854:
<pre>the quickbrownfxjmpdvlazyg
[1, 2, 3, 4, dog, cat, 1.1, 2.2, 3.3]</pre>
 
=={{header|Modula-2}}==
 
=={{header|MUMPS}}==
<p>We'll take advantage of the fact that an array can only have one index of any specific value. Sorting into canonical order is a side effect.
Anonymous user