Sort numbers lexicographically: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: syntax coloured, rewrote to accept a proper sequence)
Line 193: Line 193:


<lang rebol>arr: 1..13
<lang rebol>arr: 1..13
print sort map arr => [to :string]</lang>
print sort map arr => [to :string &]</lang>


{{out}}
{{out}}