RosettaCodeData/Task/Order-two-numerical-lists/Phix/order-two-numerical-lists.phix

6 lines
125 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
?{1,2,3}<{1,2,3,4} -- 1
?{1,2,3,4}<{1,2,3} -- 0
?{1,2,4}<{1,2,3} -- 0
?{1,2,3}<{1,2,3} -- 0
?{1,2,3}<{1,2,4} -- 1