RosettaCodeData/Task/Binary-strings/OCaml/binary-strings-3.ml

6 lines
78 B
Standard ML

# str = "Some text" ;;
- : bool = true
# "Hello" > "Ciao" ;;
- : bool = true