Changes between Version 2 and Version 3 of Ticket #1615
- Timestamp:
- 05/07/19 21:09:43 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1615 – Description
v2 v3 5 5 Example: 6 6 7 ``` 7 {{{ 8 8 (module foo (x123) 9 9 … … 23 23 (import foo) 24 24 (print x123) ;; Should print 5, not blah 25 ``` 25 }}} 26 26 27 27 Of course this requires some fiddling to get the numbers right, which would differ per CHICKEN version (a proper test would require reading the gensym counter to force the collision, or something like that).