String interpolation (included): Difference between revisions

→‎{{header|OCaml}}: Use standard example for PPX string interpolation.
(→‎{{header|OCaml}}: Add link to OPAM:ppx_string_interpolation)
(→‎{{header|OCaml}}: Use standard example for PPX string interpolation.)
Line 1,360:
 
<lang ocaml>
let nameextra = "worldlittle" in
[%string "HelloMary had a $name!extra lamb."]
</lang>
 
Anonymous user