String interpolation (included): Difference between revisions

→‎{{header|OCaml}}: Add link to OPAM:ppx_string_interpolation
(→‎{{header|OCaml}}: Add string interpolation ppx example)
(→‎{{header|OCaml}}: Add link to OPAM:ppx_string_interpolation)
Line 1,357:
Printf.printf "Mary had a %s lamb." extra</lang>
 
Another option is to use compiler plugin mechanism and ''[https://opam.ocaml.org/packages/ppx_string_interpolation''/ ppx_string_interpolation]:
 
<lang ocaml>
Anonymous user