the best language I have ever met(?)

Igor Shirkalin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 19 09:18:41 PST 2016


On Saturday, 19 November 2016 at 00:28:36 UTC, Stefan Koch wrote:
>> import std.stdio;
>> import std.format;
>> void main () {
>>   uint[$] a = [42, 69];
>>   string s = "%(%s, %)".format(a);
>>   writefln(s);
>> }
>
> Please don't post non-d.
> People might use it an then complain that it does not work.

Let these people to complain. ;)


More information about the Digitalmars-d-learn mailing list