catala/tests/test_default/bad/empty_with_rules.catala

13 lines
165 B
Plaintext
Raw Normal View History

@Article@
/*
new scope A:
param x content int
param y content int
scope A:
def y := 1
2020-12-30 00:26:10 +03:00
def x [|y = 2|] := 1
def x [|y = 3|] := 1
def x [|y = 4|] := 1
*/