Interpolated strings

Suliman via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 24 04:07:16 PDT 2017


All modern languages like Dart and C# have string interpolation. 
Sharp example:

Console.WriteLine($"Hello {args[0]}!");

Who can summary is there any objective reasons why it's not 
realized in D?


More information about the Digitalmars-d mailing list