mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
10 lines
91 B
Plaintext
10 lines
91 B
Plaintext
resource TestOpers = {
|
|
|
|
flags
|
|
optimize=noexpand;
|
|
|
|
oper
|
|
A : Str = B ;
|
|
B : Str = A ;
|
|
|
|
} |