summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesUrd.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesUrd.gf')
-rw-r--r--examples/phrasebook/SentencesUrd.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf
new file mode 100644
index 000000000..e4040f2ab
--- /dev/null
+++ b/examples/phrasebook/SentencesUrd.gf
@@ -0,0 +1,4 @@
+concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing] with
+ (Syntax = SyntaxUrd),
+ (Symbolic = SymbolicUrd),
+ (Lexicon = LexiconUrd) ;