mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 03:14:55 +03:00
9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
|
## Test
|
||
|
|
||
|
```catala
|
||
|
declaration enumeration Foo:
|
||
|
|
||
|
declaration scope Bar:
|
||
|
internal foo content Foo
|
||
|
```
|