mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
28 lines
95 B
Plaintext
28 lines
95 B
Plaintext
|
|
resource TestVarsR = {
|
|
|
|
param AB = A | B;
|
|
param XYZ = X AB | Y | Z AB;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|