Changes between Version 84 and Version 85 of IR


Ignore:
Timestamp:
11/28/15 11:20:30 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v84 v85  
    155155x2: S;
    156156
    157   ASSIGN "n", 10;
    158   ASSIGN "S_d", dytype(Tuple[<Array[Integer, "n"]]>);
    159   ASSIGN "x1", new("S_d");
    160   ASSIGN "n", 20;
    161   ASSIGN "x2", new("S_d");
     157ASSIGN "n", 10;
     158ASSIGN "S_d", dytype(Tuple[<Array[Integer, "n"]]>);
     159ASSIGN "x1", new("S_d");
     160ASSIGN "n", 20;
     161ASSIGN "x2", new("S_d");
    162162}}}
    163163