Closed olleicua closed 10 years ago
e.g
(for (a b) (stuff))
should compile to
(function() { for (_i0_ = 0; _i0_ < b.length; _i0_++) { (function(a) { stuff(); }).call(this, b[_i0_]); } }).call(this)
e.g
should compile to