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

9 lines
103 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
print_string {whatever|
'hahah', `this`
<is>
\a\
"Heredoc" ${example}
in OCaml
|whatever}
;;