Ticket #51 (closed defect)
direct eval should allow introducing bindings
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | dherman/javascript.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: | 4.0 |
Description
The following program:
(function (x) { (function() { eval('var x = 12') print(x); })(); })(1);
should print 12. See also #50.
Change History
Note: See
TracTickets for help on using
tickets.