Changes between Version 107 and Version 108 of IR


Ignore:
Timestamp:
12/01/15 11:24:14 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v107 v108  
    338338 * updates `i`,`j`,... to be the value of the next tuple in `dom` after `<i,j,...>`
    339339 * if `i`, or `j`, ... is undefined, then `i`, `j`, ... are updated to be the value of the first tuple in `dom`
    340  * The CIVL-C code `$for(int i,j,k: dom) S;` is translated into the following:
     340 * The CIVL-C code `$for(int i,j,...: dom) S;` is translated into the following:
    341341{{{
    342342var i: Integer;