DIP 1027---String Interpolation---Community Review Round 1

Walter Bright newshound2 at digitalmars.com
Sat Dec 14 08:00:41 UTC 2019


On 12/11/2019 7:37 AM, Patrick Schluter wrote:
> The transformation is WRONG!

You're quite right. I missed that. With some noodling about with this problem, 
I've decided to replace the % with $. Then, % just becomes an ordinary character.

Using $ also has the advantage of visually distinguishing a % format string from 
an interpolated format string.


More information about the Digitalmars-d mailing list