Files
gf-core/grammars/multiple/System.gf
2004-09-15 14:36:27 +00:00

5 lines
56 B
Plaintext

abstract System = {
cat Reply ;
fun Bye : Reply ;
}