source:
CIVL/examples/specialStatements/when2.cvl@
18c7e5b
| Last change on this file since 18c7e5b was f654c25, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 132 bytes | |
| Rev | Line | |
|---|---|---|
| [f654c25] | 1 | int main(){ |
| 2 | int a=10; | |
| 3 | ||
| 4 | $when(a<100){ | |
| 5 | while(a>0){ | |
| 6 | a=a-1; | |
| 7 | int b; | |
| 8 | b=a+1; | |
| 9 | } | |
| 10 | int c=a; | |
| 11 | c=a+1; | |
| 12 | } | |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
