javascript (was Re: Java > Scala -> new thread: GUI for D)

Adam Ruppe destructionator at gmail.com
Mon Dec 5 07:47:12 PST 2011


Jacob Carlborg Wrote:
> for e in arr
>      # do something with the element "e"

Heh, I used to think that would work in regular Javascript,
since it does have a for(blah in something) form...

But in regular javascript, that only works on objects!


More information about the Digitalmars-d mailing list