diff options
Diffstat (limited to 'examples/dialogue/WeekdayGodis.gf')
| -rw-r--r-- | examples/dialogue/WeekdayGodis.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/dialogue/WeekdayGodis.gf b/examples/dialogue/WeekdayGodis.gf new file mode 100644 index 000000000..48d07b99c --- /dev/null +++ b/examples/dialogue/WeekdayGodis.gf @@ -0,0 +1,10 @@ +concrete WeekdayGodis of Weekday = open ResGodis, Prelude in { + + lincat + WDay = SS ; + + lin + Mon = ss "monday" ; + Tue = ss "tuesday" ; + +} |
