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.