source:
CIVL/mods/dev.civl.com/examples/specialStatements/choose_bad3.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 112 bytes | |
| Rev | Line | |
|---|---|---|
| [f654c25] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | int main(){ | |
| 4 | int x; | |
| 5 | $scope scp; | |
| 6 | ||
| 7 | $choose{ | |
| 8 | $when(x>0){$when(scp>$here) x--;} | |
| 9 | } | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
