Order two numerical lists: Difference between revisions

Content added Content deleted
Line 1,195: Line 1,195:


=={{header|Phix}}==
=={{header|Phix}}==
Handled natively, eg
Handled natively, eg ("?" is the shorthand print operator)
<lang Phix>?{1,2,3}<{1,2,3,4} -- 1
<lang Phix>?{1,2,3}<{1,2,3,4} -- 1
?{1,2,3,4}<{1,2,3} -- 0
?{1,2,3,4}<{1,2,3} -- 0