On Fri, Apr 4, 2008 at 11:32 AM, Ralf Nieuwenhuijsen <
[EMAIL PROTECTED]> wrote:

> // reflexive for-loop
>  foreach (key in someObj)
>    alert (k + " is " + someObj[k])
>

Oops, small typo here.  In case it wasn't obvious, that should be:
  foreach (key in someObj)
    alert(key + " is " + someObj[key])

Java is a weird beast in trying to combine the disadvantages of dynamically
> typed language with the  disadvantage of statically typed languages with a
> topping of all the disadvantages of low-level programming language


LOL. I need to add that to my "great quotes" file. :-)

Derrell
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to