mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-10 15:04:15 +03:00
11 lines
117 B
Markdown
11 lines
117 B
Markdown
## [Article]
|
|
|
|
```catala
|
|
new scope A:
|
|
param x content int
|
|
|
|
scope A:
|
|
def x [|true|] := 1
|
|
def x [|true|] := 0
|
|
```
|