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

3 lines
44 B
OCaml

# String.sub str 5 4 ;;
- : string = "text"