blob: 76943698f02147933e55807a7cf533e49143d968 (
plain)
1
2
3
4
5
6
|
This extension provides a syntax for string interpolation.
In essence, this functions like printf, but at a higher level.
The resulting string can then be easier to understand, and the
potential mistake of passing the arguments in the wrong order
can be avoided.
|