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

6 lines
78 B
Plaintext

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