RosettaCodeData/Task/Order-two-numerical-lists/OCaml/order-two-numerical-lists-2.ocaml
2015-11-18 06:14:39 +00:00

2 lines
56 B
Text

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