Sort three variables: Difference between revisions

→‎{{header|Phix}}: flagged as incorrect, the program does meet the task's requirements.
(→‎{{header|Phix}}: flagged as incorrect, the program does meet the task's requirements.)
Line 691:
 
=={{header|Phix}}==
 
{{incorrect|Phix| <br> This program doesn't sort three variables, <br> it sorts three literals. <br><br> }}
 
Phix is naturally polymorphic
<lang Phix>?sort({"lions, tigers, and","bears, oh my","(from the \"Wizard of OZ\")"})