Ticket #100 (closed defect)
mutating with-bindings doesn't stick
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | dherman/javascript.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: | 4.0 |
Description
(function(){var a = false;with({}){a = true};print(a)})()
Should print true, but prints false currently.
Change History
Note: See
TracTickets for help on using
tickets.