On 5/7/11, Isaac Schlueter <[email protected]> wrote: [...]
Blocks in JS are useless, can't we just do away > with them? > Blocks are required for many productions such as try/catch/finally. Almost all existing code uses blocks to group statements together. Blocks can't be removed. -- Garrett _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

