source:
CIVL/mods/dev.civl.abc/examples/preproc/ifdef.txt
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 136 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #define X |
| 2 | #define Y 10 | |
| 3 | ||
| 4 | #ifdef X | |
| 5 | RIGHT | |
| 6 | RIGHT | |
| 7 | #else | |
| 8 | WRONG WRONG | |
| 9 | #endif | |
| 10 | ||
| 11 | #ifndef Y | |
| 12 | WRONG | |
| 13 | #else | |
| 14 | RIGHT | |
| 15 | #endif | |
| 16 | ||
| 17 | #ifdef Z | |
| 18 | WRONG | |
| 19 | #endif | |
| 20 | ||
| 21 | RIGHT |
Note:
See TracBrowser
for help on using the repository browser.
