RosettaCodeData/Task/Here-document/OCaml/here-document.ocaml

9 lines
103 B
Plaintext

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