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. ;)