RosettaCodeData/Task/Here-document/OCaml/here-document.ocaml
2019-09-12 10:33:56 -07:00

8 lines
103 B
Text

print_string {whatever|
'hahah', `this`
<is>
\a\
"Heredoc" ${example}
in OCaml
|whatever}
;;