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

6 lines
78 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
# str = "Some text" ;;
- : bool = true
# "Hello" > "Ciao" ;;
- : bool = true