DIP 1027--String Interpolation--Final Review Discussion Thread

Sebastiaan Koppe mail at skoppe.eu
Thu Feb 6 08:05:20 UTC 2020


On Thursday, 6 February 2020 at 07:43:38 UTC, Johannes Loher 
wrote:
> I also just noticed that for this particular case, there is 
> another problem. Usually for such strings, I would use the q{} 
> syntax. As far as I understand, the current proposal does not 
> allow mixing those 2. Is that correct? What would the syntax be 
> anyways if we allow mixing those 2? iq{}?

using implicit concatenation: auto s = i""q{$bananas};


More information about the Digitalmars-d mailing list