mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-10 15:04:15 +03:00
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
@Article@
|
|
|
|
/*
|
|
new struct S:
|
|
data x type E
|
|
data y type int
|
|
|
|
new enum E:
|
|
-- Case1 type bool
|
|
-- Case2 type S
|
|
*/ |