forked from GitHub/gf-core
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
abstract AbsCat = {
|
|
|
|
cat Greeting ; Recipient ;
|
|
|
|
};
|