2 lines
46 B
OCaml
2 lines
46 B
OCaml
# String.copy str ;;
|
|
- : string = "Some text"
|
# String.copy str ;;
|
|
- : string = "Some text"
|