RosettaCodeData/Task/Order-two-numerical-lists/OCaml/order-two-numerical-lists-1.ocaml
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

2 lines
53 B
Text

# [1;2;1;3;2] < [1;2;0;4;4;0;0;0];;
- : bool = false