summaryrefslogtreecommitdiff
path: root/old-examples/animal/QuestionsI.gfe
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/animal/QuestionsI.gfe')
-rw-r--r--old-examples/animal/QuestionsI.gfe18
1 files changed, 18 insertions, 0 deletions
diff --git a/old-examples/animal/QuestionsI.gfe b/old-examples/animal/QuestionsI.gfe
new file mode 100644
index 000000000..70350bf73
--- /dev/null
+++ b/old-examples/animal/QuestionsI.gfe
@@ -0,0 +1,18 @@
+--# -resource=../../lib/present/LangEng.gfc
+--# -path=.:present:prelude
+
+-- to compile: gf -examples QuestionsI.gfe
+-- or use directly gf <mkAnimals.gfs
+
+incomplete concrete QuestionsI of Questions = open Lang in {
+ lincat
+ Phrase = Phr ;
+ Entity = N ;
+ Action = V2 ;
+
+ lin
+ Who love_V2 man_N = in Phr "who loves men" ;
+ Whom man_N love_V2 = in Phr "whom does the man love" ;
+ Answer woman_N love_V2 man_N = in Phr "the woman loves men" ;
+
+}