2021-03-10 00:07:31 +03:00
|
|
|
## [Test]
|
2021-01-21 08:15:37 +03:00
|
|
|
|
2021-03-10 00:07:31 +03:00
|
|
|
```catala
|
2021-01-21 08:15:37 +03:00
|
|
|
new scope A:
|
|
|
|
param x content int
|
|
|
|
|
|
|
|
scope A:
|
2021-03-10 00:07:31 +03:00
|
|
|
exception
|
2021-01-21 08:15:37 +03:00
|
|
|
def x := 1
|
2021-03-10 00:07:31 +03:00
|
|
|
```
|