summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayProlog.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-05-16 18:48:46 +0000
committeraarne <aarne@cs.chalmers.se>2006-05-16 18:48:46 +0000
commit5082ebd0f4a0c4ba04aab54d05290e6141e44129 (patch)
tree56ff9778acad14e39f424e759b7c3d6d7925395e /examples/dialogue/WeekdayProlog.gf
parentecf429c593b7b986b02429f653f313c4e3875821 (diff)
renamed Godis to Prolog ; added Fin
Diffstat (limited to 'examples/dialogue/WeekdayProlog.gf')
-rw-r--r--examples/dialogue/WeekdayProlog.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/dialogue/WeekdayProlog.gf b/examples/dialogue/WeekdayProlog.gf
new file mode 100644
index 000000000..384484cce
--- /dev/null
+++ b/examples/dialogue/WeekdayProlog.gf
@@ -0,0 +1,10 @@
+concrete WeekdayProlog of Weekday = open ResProlog, Prelude in {
+
+ lincat
+ WDay = SS ;
+
+ lin
+ Mon = ss "monday" ;
+ Tue = ss "tuesday" ;
+
+}