Files
gf-core/lib/resource/doc/example/Animals.gf
2005-05-22 11:55:53 +00:00

11 lines
220 B
Plaintext

-- The Question grammar specialized to animals.
abstract Animals = Questions ** {
fun
-- a lexicon of animals and actions among them
Dog, Cat, Mouse, Lion, Zebra : Entity ;
Chase, Eat, Like : Action ;
}