Files
gf-core/examples/peacekeeping/PeacePhrases.gf

9 lines
160 B
Plaintext

abstract PeacePhrases = PeaceCat ** {
fun
Hello : Phrase ;
GoodMorning : Phrase ;
GoodEvening : Phrase ;
WhatIsNamePron : Pron -> Phrase ;
}