On Sun, Apr 26, 2009 at 10:36 PM, Brad Roberts <[email protected]> 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.
