SORRY. Disregard that, it was my fault. My reindenter f*ked it up. You're code is fine. :)
On 12/21/10, Andrej Mitrovic <[email protected]> wrote: > I'm just having a look at this now, looks rather interesting! I'd love > to be able to use some Python-like list comprehension tricks in my D > code. > > P.S. not sure if it's your fault, but you're code has spaces between > "q" and "{", which gives a compiler error. q{} has to start without > spaces between q and {. ;) > > On 11/25/10, Alex_Dovhal <[email protected]> wrote: >> Hm... there is some limitations in example code, concerning local >> variables >> in nested functions... here is workaround http://pastebin.com/mQaKXaYY >> >> >> >
