Files
gf-core/examples/phrasebook/Phrasebook.gf

12 lines
121 B
Plaintext

abstract Phrasebook =
Greetings,
Words
** {
flags startcat = Phrase ;
fun
PGreeting : Greeting -> Phrase ;
}