diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-16 18:48:46 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-16 18:48:46 +0000 |
| commit | 5082ebd0f4a0c4ba04aab54d05290e6141e44129 (patch) | |
| tree | 56ff9778acad14e39f424e759b7c3d6d7925395e /examples/dialogue/WeekdayProlog.gf | |
| parent | ecf429c593b7b986b02429f653f313c4e3875821 (diff) | |
renamed Godis to Prolog ; added Fin
Diffstat (limited to 'examples/dialogue/WeekdayProlog.gf')
| -rw-r--r-- | examples/dialogue/WeekdayProlog.gf | 10 |
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" ; + +} |
