summaryrefslogtreecommitdiff
path: root/old-examples/peacekeeping/PeacePhrases.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/peacekeeping/PeacePhrases.gf')
-rw-r--r--old-examples/peacekeeping/PeacePhrases.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/old-examples/peacekeeping/PeacePhrases.gf b/old-examples/peacekeeping/PeacePhrases.gf
new file mode 100644
index 000000000..e883e9e19
--- /dev/null
+++ b/old-examples/peacekeeping/PeacePhrases.gf
@@ -0,0 +1,9 @@
+abstract PeacePhrases = PeaceCat ** {
+
+ fun
+ Hello : Phrase ;
+ GoodMorning : Phrase ;
+ GoodEvening : Phrase ;
+ WhatIsNamePron : Pron -> Phrase ;
+
+} \ No newline at end of file