mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 03:14:55 +03:00
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
@Article@
|
||
|
|
||
|
/*
|
||
|
new scope A:
|
||
|
param x content int
|
||
|
param y content bool
|
||
|
|
||
|
scope A:
|
||
|
def x := 1
|
||
|
*/
|