Sort using a custom comparator: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
m (Added output)
Line 2,605: Line 2,605:


echo strings</lang>
echo strings</lang>

{{out}}
<pre>@["strings", "sample", "sorted", "here", "Some", "are", "be", "to"]</pre>


=={{header|Objeck}}==
=={{header|Objeck}}==