source:
CIVL/mods/dev.civl.com/examples/experimental/chooseInt.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 110 bytes | |
| Rev | Line | |
|---|---|---|
| [3855561] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | $input int N; | |
| 4 | $assume(0 < N && N<10); | |
| 5 | ||
| 6 | int main(void){ | |
| 7 | int a; | |
| 8 | ||
| 9 | a=$choose_int(N); | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
