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 _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

