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