4 lines
41 B
OCaml
4 lines
41 B
OCaml
|
|
# "abc\
|
||
|
|
def";;
|
||
|
|
- : string = "abcdef"
|