Splitter quiz / survey

Jarrett Billingsley jarrett.billingsley at gmail.com
Sun Apr 26 19:59:37 PDT 2009


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.



More information about the Digitalmars-d mailing list