source:
CIVL/examples/languageFeatures/divisionByZero.cvl
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 91 bytes | |
| Rev | Line | |
|---|---|---|
| [ea00acb] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | $input int X; | |
| 4 | ||
| 5 | int main(void){ | |
| 6 | int a=10/X; | |
| [f30c63d] | 7 | int b=a+1; |
| 8 | ||
| 9 | b++; | |
| [ea00acb] | 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
