Sort using a custom comparator: Difference between revisions

m
Added output
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
m (Added output)
Line 2,605:
 
echo strings</lang>
 
{{out}}
<pre>@["strings", "sample", "sorted", "here", "Some", "are", "be", "to"]</pre>
 
=={{header|Objeck}}==
Anonymous user