RosettaCodeData/Task/Here-document/OCaml/here-document.ocaml
2023-07-01 13:44:08 -04:00

8 lines
103 B
Text

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