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

9 lines
103 B
OCaml

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