Splitter quiz / survey

Daniel Keep daniel.keep.lists at gmail.com
Sun Apr 26 20:19:46 PDT 2009



Jarrett Billingsley wrote:
> On Sun, Apr 26, 2009 at 10:36 PM, Brad Roberts <braddr at puremagic.com> wrote:
>> Without looking at the docs, code, or compiling and running a test, what will
>> this do:
>>
>>    foreach(x, splitter(",a,b,", ","))
>>        writefln("x = %s", a);
> 
>> choice 4)
>>  x =
>>  x = a
>>  x = b
>>  x =
> 
> This one.

+1



More information about the Digitalmars-d mailing list