source:
CIVL/examples/languageFeatures/self.cvl@
d8bb437
| Last change on this file since d8bb437 was 793cfc2, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 127 bytes | |
| Line | |
|---|---|
| 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.
