mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 03:14:55 +03:00
11 lines
95 B
Markdown
11 lines
95 B
Markdown
## [Test]
|
|
|
|
```catala
|
|
new scope A:
|
|
param x content int
|
|
|
|
scope A:
|
|
exception
|
|
def x := 1
|
|
```
|