// CORRECTION:
// and have it turned into this:
with(myfunc) { z =2; x = -123; y = 200; }
auto r = myfunc.call("named");
- this is almost a workaround for the lack of named parameter... J
- Re: this is almost a workaround for the lack of named ... J
- Re: this is almost a workaround for the lack of na... J
- Re: this is almost a workaround for the lack o... J
- Re: this is almost a workaround for the la... J
- Re: this is almost a workaround for t... Jacob Carlborg
- Re: this is almost a workaround for t... foobar
- Re: this is almost a workaround f... John Colvin
- Re: this is almost a workarou... foobar
- Re: this is almost a workarou... John Colvin
- Re: this is almost a workarou... foobar
- Re: this is almost a workarou... bearophile
