RosettaCodeData/Task/Binary-strings/OCaml/binary-strings-3.ml
2024-10-16 18:07:41 -07:00

5 lines
78 B
Standard ML

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