source:
CIVL/examples/specialStatements/when1.cvl
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 138 bytes | |
| Rev | Line | |
|---|---|---|
| [1e89eb7] | 1 | #include<civlc.cvh> |
| 2 | ||
| [f654c25] | 3 | int main(){ |
| 4 | int a=10; | |
| 5 | ||
| 6 | $when(a<100){ | |
| [1e89eb7] | 7 | $assert(a==10); |
| 8 | int a=9; | |
| 9 | $assert(a==9); | |
| [f654c25] | 10 | } |
| [1e89eb7] | 11 | $assert(a==10); |
| [f654c25] | 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
