Inside the format string, % is replaced by the
next optional argument's string representation. Write
- %% to emit a literal %. Note
- that the optional arguments must presently be simple variables,
- not expressions, and the format must be a simple string literal.
+ %% to emit a literal %.
+ Arguments can be simple variables or expressions,
+ and the format must be a simple string literal.