On 09/11/2011, at 22:05, Brendan Eich wrote:
> On Nov 9, 2011, at 12:40 PM, Jorge wrote:
>> On 08/11/2011, at 22:17, John J Barton wrote:
>>> Just as a point of comparison, I use this form:
>>> Object.keys(o).forEach( function(key) {
>>>    body
>>> });
>> 
>> By the way, isn't that above a(nother) good use case for a goto, given that 
>> there's no (easy) way to break out of a forEach 'loop' ?
> 
> "goto" as in C, from body to a label in the outer function or script? 
> Seriously?

OMG. Did I say that ? a goto across functions ? :-P My bad.
-- 
Jorge.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to