source:
CIVL/mods/dev.civl.com/examples/languageFeatures/procNull.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 131 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.cvh> |
| 2 | #include<stdio.h> |
| 3 | |
| 4 | void main(){ |
| 5 | $proc p = $self; |
| 6 | |
| 7 | if(p != $proc_null){ |
| 8 | printf("I'm not null.\n"); |
| 9 | } |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
