diff options
Diffstat (limited to 'examples/animal/QuestionsI.gfe')
| -rw-r--r-- | examples/animal/QuestionsI.gfe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/animal/QuestionsI.gfe b/examples/animal/QuestionsI.gfe deleted file mode 100644 index 70350bf73..000000000 --- a/examples/animal/QuestionsI.gfe +++ /dev/null @@ -1,18 +0,0 @@ ---# -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" ; - -} |
