RosettaCodeData/Task/Binary-strings/OCaml/binary-strings-3.ocaml
2023-07-01 13:44:08 -04:00

5 lines
78 B
Text

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