catala/tests/test_proof/good/no_vars.catala_en
2022-01-11 16:13:34 +01:00

10 lines
187 B
Markdown

## Test
```catala
declaration scope A:
context x content integer
scope A:
definition x under condition (6*7 = 42) and (false or (true and 1458 / 27 = 54))
consequence equals 0
```