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

5 lines
56 B
Plaintext

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