RosettaCodeData/Task/Literals-String/OCaml/literals-string-3.ml
2024-10-16 18:07:41 -07:00

3 lines
41 B
OCaml

# "abc\
def";;
- : string = "abcdef"