Try this:
Include "parser.h"; Include "verblib.h";
Object room "Room" with description "Room test" has light;
Object -> apple "apple" with name 'apple' has edible;
Object -> apple1 "apple1" with name 'apple1' has edible;
Object -> george "George" with name 'george' has animate male proper;
[ Initialise; location = room;];
Include "grammar.h";
Release 1 / Serial number 140823 / Inform v6.33 Library 6/12-beta1 S
Room
Room test
You can see an apple, an apple1 and George here.
>george,
>george,xyz
>george,eat xyz
>george, eat
What do you want to eat?
>xyz
>
All is Wrong.