source:
CIVL/examples/languageFeatures/self.cvl@
90dd7d7
| Last change on this file since 90dd7d7 was 793cfc2, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 127 bytes | |
| Rev | Line | |
|---|---|---|
| [74ec2ad] | 1 | #include<civlc.h> |
| 2 | ||
| 3 | void waiter($proc target) { | |
| 4 | $wait(target); | |
| 5 | } | |
| 6 | ||
| 7 | void main() { | |
| 8 | $proc me = $self; | |
| 9 | ||
| 10 | $spawn waiter(me); | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
