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