Files
gf-core/grammars/multiple/User.gf
T

8 lines
67 B
Plaintext

abstract User = {
cat
Query ;
fun
QQuit : Query ;
} ;