mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-10 15:04:15 +03:00
18 lines
498 B
Plaintext
18 lines
498 B
Plaintext
[ERROR] division by zero at runtime
|
|
|
|
The division operator:
|
|
--> tests/test_arithmetic/bad/division_by_zero.catala_en
|
|
|
|
|
30 | definition i equals $10.0 /$ $0.0
|
|
| ^^
|
|
+ `Division_by_zero` exception management
|
|
+-+ with money
|
|
|
|
The null denominator:
|
|
--> tests/test_arithmetic/bad/division_by_zero.catala_en
|
|
|
|
|
30 | definition i equals $10.0 /$ $0.0
|
|
| ^^^^
|
|
+ `Division_by_zero` exception management
|
|
+-+ with money
|