source:
CIVL/examples/languageFeatures/for.cvl@
d4e0aeb
| Last change on this file since d4e0aeb was 793cfc2, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 88 bytes | |
| Rev | Line | |
|---|---|---|
| [8bd0ed8] | 1 | void main() { |
| 2 | int i; | |
| 3 | int j = 0; | |
| 4 | ||
| 5 | for (i=0; i<10; i++) ; | |
| 6 | for (; j<10; j++) ; | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
