id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
51,direct eval should allow introducing bindings,dherman,dherman,"The following program:
{{{
(function (x) {
    (function() {
         eval('var x = 12')
         print(x);
    })();
})(1);
}}}
should print 12. See also #50.",defect,closed,critical,,dherman/javascript.plt,,,,,4.0
