source:
CIVL/examples/languageFeatures/for.cvl@
7a7bed3
| Last change on this file since 7a7bed3 was 36b5ada, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 139 bytes | |
| Line | |
|---|---|
| 1 | /* Commandline execution: |
| 2 | * civl verify for.cvl |
| 3 | * */ |
| 4 | void main() { |
| 5 | int j = 0; |
| 6 | |
| 7 | for (int i=0; i<10; i++) ; |
| 8 | for (; j<10; j++) ; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
