Files
gf-core/eclipse/examples/hello/AbsCat.gf
2011-10-17 16:01:07 +00:00

6 lines
53 B
Plaintext

abstract AbsCat = {
cat Greeting ; Recipient ;
};