mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-12 21:48:25 +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
|
|
*/ |