mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-12 21:48:25 +03:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
@Article@
|
|
|
|
/*
|
|
new scope A:
|
|
param x content int
|
|
|
|
scope A:
|
|
def x [|true|] := 1
|
|
def x [|true|] := 0
|
|
*/ |