Files
gf-core/examples/phrasebook/Phrasebook.gf
2010-03-20 21:21:50 +00:00

17 lines
206 B
Plaintext

abstract Phrasebook =
Greetings,
Food
** {
flags startcat = Phrase ;
cat
Phrase ;
fun
PNumeral : Numeral -> Phrase ;
PGreeting : Greeting -> Phrase ;
PSentence : Sentence -> Phrase ;
}