forked from GitHub/gf-core
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
18
old-examples/animal/QuestionsI.gfe
Normal file
18
old-examples/animal/QuestionsI.gfe
Normal file
@@ -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" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user