Constant Story "Test bed"; Constant Headline "^An Interactive Tester^ Copyright (c) 2017 by turthalion^"; Release 0; Serial "171219"; Include "Parser"; Include "VerbLib"; Object garden "Beautiful Garden" with description "An apple tree provides shade. The kitchen lies east.", e_to Kitchen, has light; Object -> "apple tree" with name 'apple' 'tree' 'of' 'knowledge', has scenery; Object -> "rock" with name 'rock' 'boulder' 'stone', description "It's a rock."; Object -> "feather" with name 'feather', description "It's a feather."; Object kitchen "Kitchen", with description "This is a large country-style kitchen.", w_to Garden, has light; Object -> plain_bag "plain shopping bag" with name 'plain' 'shopping' 'bag', description "A plain shopping bag that can hold 2 things.", capacity 2, has open container; Object -> "fork" with name 'fork', description "It's a fork."; Object -> "spoon" with name 'spoon', description "It's a spoon."; [ Initialise; location = garden; lookmode = 2; print "^^This is a simple game for bug-testing.^^^"; Banner(); return 2; ]; Include "Grammar";