RosettaCodeData/Task/Literals-String/OCaml/literals-string-3.ocaml

4 lines
41 B
Plaintext

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