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

6 lines
78 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# str = "Some text" ;;
- : bool = true
# "Hello" > "Ciao" ;;
- : bool = true