source:
CIVL/mods/dev.civl.com/examples/direct/nested_if.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 99 bytes | |
| Rev | Line | |
|---|---|---|
| [7f6ccad] | 1 | int x = 0; |
| 2 | int y = 0; | |
| 3 | int main() { | |
| 4 | if (x > 0) { | |
| 5 | x++; | |
| 6 | if (y > 0) { | |
| 7 | y++; | |
| 8 | } | |
| 9 | } | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
