forked from GitHub/gf-core
Added peacekeeping example back in. Doesn't compile yet.
This commit is contained in:
9
examples/peacekeeping/PeacePhrases.gf
Normal file
9
examples/peacekeeping/PeacePhrases.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract PeacePhrases = PeaceCat ** {
|
||||
|
||||
fun
|
||||
Hello : Phrase ;
|
||||
GoodMorning : Phrase ;
|
||||
GoodEvening : Phrase ;
|
||||
WhatIsNamePron : Pron -> Phrase ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user