Changes between Version 31 and Version 32 of AST


Ignore:
Timestamp:
04/23/11 10:54:08 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AST

    v31 v32  
    5050    * Stmt
    5151     * print x /* the global x */
    52      * x = 2
     52     * x = 2 /* the local x */
    5353     * print x /* the local x */
    5454