On Fri, Aug 22, 2008 at 06:10, Tony Balinski <[EMAIL PROTECTED]> wrote: >> Than why do have this syntax in the first place? > > Because I was looking for preferences from others... Anybody else want > to chime in at all?
Tony, I just want to let you know, that I dropped this syntax: for ([k1, ..., kN] in myArray) <body> for ([k1, ..., kN] = v in myArray) <body> I think it suffice to have the normal for (k in myArray) <body> for (k = v in myArray) <body> loops, plus the loops where k is an array: for (k[<expr>] in myArray) <body> for (k[<expr>] = v in myArray) <body> IMO this shoulde really be all what is needed. Bert -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
