summaryrefslogtreecommitdiff
path: root/examples/dialogue/AgendaSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/AgendaSwe.gf')
-rw-r--r--examples/dialogue/AgendaSwe.gf16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/dialogue/AgendaSwe.gf b/examples/dialogue/AgendaSwe.gf
new file mode 100644
index 000000000..53d616c4f
--- /dev/null
+++ b/examples/dialogue/AgendaSwe.gf
@@ -0,0 +1,16 @@
+--# -path=.:present:prelude
+
+concrete AgendaSwe of Agenda =
+ DialogueSwe, WeekdaySwe ** open LangSwe, ParadigmsSwe, IrregSwe in {
+
+ lin
+ Day = UseN (regN "dag") ;
+ Meeting = UseN (regGenN "möte" neutrum) ;
+ Add = dirV3 (partV lägga_V "till") (mkPreposition "på") ;
+ Remove = dirV2 (partV taga_V "bort") ;
+ Interrupt = avbryta_V ;
+
+ day = UsePN ;
+
+}
+