Brendan Eich wrote:
Herby Vojčík <mailto:[email protected]>
January 21, 2012 2:21 PM
Oh. I favor 1. Inspired by latest notes and for(let...) I would see
{
private foo;
...
}
desugared to
{
let foo = _the_real_foo;

Er, const, I hope -- not let. Right?
Of course. My mistake.

/be
Herby
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to