Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2

Adam D. Ruppe destructionator at gmail.com
Thu Feb 4 12:54:59 UTC 2021


On Thursday, 4 February 2021 at 11:00:24 UTC, claptrap wrote:
> i"i ate $apples apples today"

Note that we chose the sequence ${expr} to avoid duplicating 
standard uses of symbols inside strings (using just '$' alone 
would trigger a lot of unintentional usage, considering its use 
as a denomination specifier, or as a substitute for array length 
for mixin code)


More information about the Digitalmars-d mailing list