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

9 lines
103 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
print_string {whatever|
'hahah', `this`
<is>
\a\
"Heredoc" ${example}
in OCaml
|whatever}
;;