diff options
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index aaafb1037..f595eac84 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -99,7 +99,8 @@ abstract Words = Sentences ** { AWant : Person -> Object -> Action ; -- I want two beers AWantGo : Person -> Place -> Action ; -- I want to go to the hospital --- miscellaneous phrases +-- Miscellaneous phrases. Notice that also negations and questions can be formed from +-- propositions. QWhatAge : Person -> Question ; -- how many years are you QWhatName : Person -> Question ; -- what is your name |
