summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/english/PeacePhrases_Eng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/peacekeeping/english/PeacePhrases_Eng.gf')
-rw-r--r--examples/peacekeeping/english/PeacePhrases_Eng.gf10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/peacekeeping/english/PeacePhrases_Eng.gf b/examples/peacekeeping/english/PeacePhrases_Eng.gf
index 73297d111..8bcf41ce0 100644
--- a/examples/peacekeeping/english/PeacePhrases_Eng.gf
+++ b/examples/peacekeeping/english/PeacePhrases_Eng.gf
@@ -1,12 +1,12 @@
--# -path=.:..:present:prelude
concrete PeacePhrases_Eng of PeacePhrases =
- PeaceCat_Eng ** open ResEng in {
+ PeaceCat_Eng ** open ResEng, PeaceRes in {
lin
- Hello = { s = "hello" ++ "." } ;
- GoodMorning = { s = ["good morning"] ++ "." } ;
- GoodEvening = { s = ["good evening"] ++ "." } ;
- WhatIsNamePron p = { s = ["what is"] ++ p.s!Gen ++ "name" ++ "?"; };
+ Hello = stop "hello" ;
+ GoodMorning = stop ["good morning"];
+ GoodEvening = stop ["good evening"] ;
+ WhatIsNamePron p = quest (["what is"] ++ p.s!Gen ++ "name") ;
} \ No newline at end of file