On Oct 10, 2008, at 3:31 PM, Brendan Eich wrote:
>> } catch (e) {
>> alert("caught " + e + " on " + x);
>> } finally {
>> alert("f called finally on " + x);
>> }
>>Skipping the intervening active finally clauses is bad, though -- a bug in the current wiki rough draft that I should have mentioned. Dave will post a follow-up soon. /be _______________________________________________ Es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

