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

Patrick Schluter Patrick.Schluter at bbox.fr
Wed Dec 11 15:49:34 UTC 2019


On Wednesday, 11 December 2019 at 12:35:54 UTC, Rumbu wrote:
> On Wednesday, 11 December 2019 at 09:52:21 UTC, Mike Parker 
> wrote:
>> This is the feedback thread for the first round of Community 
>> Review for DIP 1027, "String Interpolation":
>>
>> https://github.com/dlang/DIPs/blob/148001a963f5d6e090bb6beef5caf9854372d0bc/DIPs/DIP1027.md
>>
>> writefln(i"I ate %apples and %{d}bananas")
>
> What if I don't want any space after %apples?

Then you write %(apples)nospace.


More information about the Digitalmars-d mailing list