Changes between Version 107 and Version 108 of IR
- Timestamp:
- 12/01/15 11:24:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v107 v108 338 338 * updates `i`,`j`,... to be the value of the next tuple in `dom` after `<i,j,...>` 339 339 * 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: 341 341 {{{ 342 342 var i: Integer;
