Block Lambdas: break and continue
David Herman
dherman at mozilla.com
Mon Jan 16 14:44:52 PST 2012
On Jan 16, 2012, at 11:32 AM, Allen Wirfs-Brock wrote:
>> I have some angst about loss of a hunk of code running "break L" up against " with (E)\nS" where E is an expression and S is a statement and the two came from a bone-fide with statement later in the unmangled source.
>
> that's why I would require a [no LineTerminator here] before the with clause of a break statement
Oops, should've read ahead before replying. Certainly it solves the problem of ambiguity, if not of ASI hazard.
Dave
More information about the es-discuss
mailing list