########################################################################## # # # Little girl in the big world. An Interactive Fiction story file. # Designed to be compiled and run with StoryFactory. # # Written and declared public domain by Peter Wendrich 2003. # # ########################################################################## # # Debug and selftest routines # ########################################################################## # due to time restraints removed from this version of the game sub wakeAlice { push clock radio } sub testLook { look around } sub testParse { prepareNextInput _parsePerson _parseVerb /drop _performAction ^ } sub testAll { **** entering selftest **** ^ &testLook testParse &wakeAlice testParse **** leaving selftest **** ^ }