2 lines
44 B
OCaml
2 lines
44 B
OCaml
# String.sub str 5 4 ;;
|
|
- : string = "text"
|
# String.sub str 5 4 ;;
|
|
- : string = "text"
|