Next: Smalltalk Format Strings, Previous: D Format Strings, Up: The Translator’s View [Contents][Index]
OCaml format strings are described
in the documentation of the Printf module,
at https://ocaml.org/manual/5.3/api/Printf.html#VALfprintf.
In translated strings (msgstr values),
arguments can be specified through a number,
using the syntax ‘%m$’ instead of ‘%’
and ‘*m$’ instead of ‘*’
to designate the argument number m.