Constant Story "HELLO WORLD";
Constant Headline "^An Interactive Fiction^";

[ Main;
  location = Kitchen;
  "Welcome to the world!";
];

Object Kitchen "Kitchen"
  with description "A small kitchen.",
  has light;

Object -> table "table"
  with name 'table',
       description "A wooden table.";