The state of string interpolation

Dennis dkorpel at gmail.com
Fri Dec 7 17:24:36 UTC 2018


On Friday, 7 December 2018 at 17:11:35 UTC, Atila Neves wrote:
> So is this:
>
> text("a is", a, ", b is ", b, " and the sum is: ", a + b);
>
> Which works today.

Except you made a mistake: there is no whitespace between "a is" 
and a, so it will be glued together. Kind of hard to notice 
without string interpolation. ;)



More information about the Digitalmars-d mailing list