John Lenz (2014-06-05T15:23:51.000Z)
domenic at domenicdenicola.com (2014-06-10T19:05:50.682Z)
Would this still be legal, in this scheme? ```js for ((function x(){}); ;) x // 0 for ((class x(){}); ;) x // 0 ```
Would this still be legal, in this scheme? ```js for ((function x(){}); ;) x // 0 for ((class x(){}); ;) x // 0 ```