diff --git a/lib/resource/doc/example/QuestionsI.gfe b/lib/resource/doc/example/QuestionsI.gfe new file mode 100644 index 000000000..557afe259 --- /dev/null +++ b/lib/resource/doc/example/QuestionsI.gfe @@ -0,0 +1,15 @@ +--# -resource=../../english/LangEng.gf + +-- to compile: gf -makeconcrete QuestionsI.gfe + +incomplete concrete QuestionsI of Questions = open Resource in { + lincat + Phrase = Phr ; + Entity = N ; + Action = V2 ; + + lin Who love_V2 man_N = in Phr "who loves men ?" ; + lin Whom man_N love_V2 = in Phr "whom does the man love ?" ; + lin Answer woman_N love_V2 man_N = in Phr "the woman loves men ." ; + +}