summaryrefslogtreecommitdiff
path: root/old-examples/dialogue/WeekdayProlog.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/dialogue/WeekdayProlog.gf')
-rw-r--r--old-examples/dialogue/WeekdayProlog.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/old-examples/dialogue/WeekdayProlog.gf b/old-examples/dialogue/WeekdayProlog.gf
new file mode 100644
index 000000000..384484cce
--- /dev/null
+++ b/old-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" ;
+
+}