Changes between Version 2 and Version 3 of Ticket #1615


Ignore:
Timestamp:
05/07/19 21:09:43 (5 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1615 – Description

    v2 v3  
    55Example:
    66
    7 ```
     7{{{
    88(module foo (x123)
    99
     
    2323(import foo)
    2424(print x123) ;; Should print 5, not blah
    25 ```
     25}}}
    2626
    2727Of 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).