forked from GitHub/gf-core
28 lines
95 B
Plaintext
28 lines
95 B
Plaintext
|
|
resource TestVarsR = {
|
|
|
|
param AB = A | B;
|
|
param XYZ = X AB | Y | Z AB;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|