Home » Archimedes archive » Acorn User » AU 1994-10.adf » !Adventure_Adventure » zcode/h/Grammar

zcode/h/Grammar

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1994-10.adf » !Adventure_Adventure
Filename: zcode/h/Grammar
Read OK:
File size: 2CD8 bytes
Load address: 0000
Exec address: 0000
File contents
! ----------------------------------------------------------------------------
!  GRAMMAR:  Grammar table entries for the standard verbs library.
!
!  Supplied for use with Inform 5
!
!  The "meta-verbs", commands to the game rather than in the game, come first.
! ----------------------------------------------------------------------------
!  Acorn User edition: prepared 3/7/94
! ----------------------------------------------------------------------------

Verb meta "score"
                *                                -> Score;
Verb meta "fullscore" "full"
                *                                -> FullScore;
Verb meta "q" "quit" "die"
                *                                -> Quit;
Verb meta "restore"
                *                                -> Restore;
Verb meta "restart"
                *                                -> Restart;
Verb meta "verify"
                *                                -> Verify;
Verb meta "save"
                *                                -> Save;
Verb meta "script"
                *                                -> ScriptOn
                * "off"                          -> ScriptOff
                * "on"                           -> ScriptOn;
Verb meta "noscript"
                *                                -> ScriptOff;
Verb meta "superbrief" "short"
                *                                -> LMode3;
Verb meta "verbose" "long"
                *                                -> LMode2;
Verb meta "brief" "normal"
                *                                -> LMode1;

! ----------------------------------------------------------------------------
!  And now the game verbs.
! ----------------------------------------------------------------------------

Verb "take" "get" "pick" "lift"
                * "out"                          -> Exit
                * multi                          -> Take
                * multiinside "from" noun        -> Remove
                * "in" noun                      -> Enter
                * multiinside "off" noun         -> Remove
                * "off" held                     -> Disrobe
                * "inventory"                    -> Inv;
Verb "stand"
                *                                -> Exit
                * "up"                           -> Exit;
Verb "remove"
                * held                           -> Disrobe
                * multi                          -> Take
                * multiinside "from" noun        -> Remove;
Verb "shed" "doff" "disrobe"
                * held                           -> Disrobe; 
Verb "wear" "don"
                * held                           -> Wear;
Verb "put"
                * multiexcept "in" noun          -> Insert
                * multiexcept "into" noun        -> Insert
                * multiexcept "on" noun          -> PutOn
                * multiexcept "onto" noun        -> PutOn
                * "on" held                      -> Wear
                * "down" multiheld               -> Drop
                * multiheld "down"               -> Drop;
Verb "insert"
                * multiexcept "in" noun          -> Insert
                * multiexcept "into" noun        -> Insert;
Verb "empty"
                * noun                           -> Empty
                * "out" noun                     -> Empty
                * noun "out"                     -> Empty
                * noun "to" noun                 -> EmptyT
                * noun "into" noun               -> EmptyT
                * noun "on" noun                 -> EmptyT
                * noun "onto" noun               -> EmptyT;
Verb "transfer"
                * noun "to" noun                 -> Transfer;
Verb "drop" "throw" "discard"
                * multiheld                      -> Drop
                * multiexcept "in" noun          -> Insert
                * multiexcept "into" noun        -> Insert
                * multiexcept "on" noun          -> PutOn
                * multiexcept "onto" noun        -> PutOn
                * multiexcept "down" noun        -> Insert
                * held "at" noun                 -> ThrowAt
                * held "against" noun            -> ThrowAt;
Verb "give" "pay" "offer" "feed"
                * creature held                  -> GiveR
                * held "to" creature             -> Give
                * "over" held "to" creature      -> Give;
Verb "go" "walk" "run" "leave"
                *                                -> VagueGo
                * noun                           -> Go
                * "through" noun                 -> Enter;
Verb "inventory" "inv" "i"
                *                                -> Inv;
Verb "look" "l"
                *                                -> Look
                * "at" noun                      -> Examine
                * "inside" noun                  -> Search
                * "in" noun                      -> Search
                * "under" noun                   -> LookUnder
                * "through" noun                 -> Search
                * "up" special                   -> Consult;
Verb "consult"  * noun "about" special           -> Consult;
Verb "open" "unwrap" "uncover" "undo"
                * noun                           -> Open
                * noun "with" held               -> Unlock;
Verb "close" "shut" "cover"
                * noun                           -> Close;
Verb "enter" "cross"
                *                                -> GoIn
                * noun                           -> Enter;
Verb "in" "inside"
                *                                -> GoIn;
Verb "exit" "out" "outside"
                *                                -> Exit;
Verb "examine" "x" "read" "watch" "describe" "check"
                * noun                           -> Examine;
Verb "yes" "y"
                *                                -> Yes;
Verb "no"
                *                                -> No;
Verb "sorry"
                *                                -> Sorry;
Verb "shit" "fuck" "damn" "sod"
                *                                -> Strong
                * special                        -> Strong;
Verb "bother" "curses" "drat" "darn"
                *                                -> Mild
                * special                        -> Mild;
Verb "search"
                * noun                           -> Search;
Verb "wave"
                *                                -> WaveHands
                * noun                           -> Wave;
Verb "set" "adjust"
                * noun                           -> Set
                * noun "to" special              -> SetTo;
Verb "pull" "drag"
                * noun                           -> Pull;
Verb "push" "move" "shift" "clear" "press"
                * noun                           -> Push
                * noun noun                      -> PushDir
                * noun "to" noun                 -> Transfer;
Verb "turn" "rotate" "twist" "unscrew" "screw"
                * noun                           -> Turn
                * noun "on"                      -> Switchon
                * noun "off"                     -> Switchoff
                * "on" noun                      -> Switchon
                * "off" noun                     -> Switchoff;
Verb "switch"
                * noun                           -> Switchon
                * noun "on"                      -> Switchon
                * noun "off"                     -> Switchoff
                * "on" noun                      -> Switchon
                * "off" noun                     -> Switchoff;
Verb "lock"
                * noun "with" held               -> Lock;
Verb "unlock"
                * noun "with" held               -> Unlock;
Verb "attack" "break" "smash" "hit" "fight" "wreck"
     "crack" "destroy" "murder" "kill" "torture"
                * noun                           -> Attack;
Verb "wait" "z"
                *                                -> Wait;
Verb "answer" "say" "shout" "speak"
                * special "to" creature          -> Answer;
Verb "ask"
                * creature "about" special       -> Ask;
Verb "eat"
                * held                           -> Eat;
Verb "sleep" "nap"
                *                                -> Sleep;
Verb "peel"
                * noun                           -> Take
                * "off" noun                     -> Take;
Verb "sing"
                *                                -> Sing;
Verb "climb" "scale"
                * noun                           -> Climb;
Verb "buy" "purchase"
                * special                        -> Buy;
Verb "squeeze" "squash"
                * noun                           -> Squeeze;
Verb "swim" "dive"
                *                                -> Swim;
Verb "swing"
                * noun                           -> Swing
                * "on" noun                      -> Swing;
Verb "blow"
                * held                           -> Blow;
Verb "pray"
                *                                -> Pray;
Verb "wake" "awake" "awaken"
                *                                -> Wake
                * "up"                           -> Wake
                * creature                       -> WakeOther
                * "up" creature                  -> WakeOther;
Verb "kiss" "embrace" "hug"
                * creature                       -> Kiss;
Verb "think"
                *                                -> Think;
Verb "smell" "sniff"
                *                                -> Smell
                * noun                           -> Smell;
Verb "hear" "listen"
                *                                -> Listen
                * noun                           -> Listen
                * "to" noun                      -> Listen;
Verb "taste"
                *                                -> Taste;
Verb "touch" "fondle" "feel" "grope"
                *                                -> Touch
                * noun                           -> TouchThing;
Verb "rub" "shine" "polish"
                * noun                           -> Rub;
Verb "tie" "attach" "fasten" "fix"
                * noun                           -> Tie
                * noun "to" noun                 -> Tie;
Verb "burn" "light"
                * noun                           -> Burn
                * noun "with" held               -> Burn;
Verb "drink" "swallow" "sip"
                * noun                           -> Drink;
Verb "fill"
                * noun                           -> Fill;
Verb "cut" "slice" "prune" "chop"
                * noun                           -> Cut;
Verb "jump" "skip" "hop"
                *                                -> Jump
                * "over" noun                    -> JumpOver;

! ----------------------------------------------------------------------------
!  Final task: provide trivial routines if the user hasn't already:
! ----------------------------------------------------------------------------

#Stub TimePasses      0;
#Stub Amusing         0;
#Stub DeathMessage    0;
#Stub DarkToDark      0;
#Stub NewRoom         0;
#Stub LookRoutine     0;
#Stub AfterLife       0;
#Stub GamePreRoutine  0;
#Stub GamePostRoutine 0;
#Stub PrintRank       1;
#Stub PrintTaskName   1;
#Stub ParseNumber     2;
00000000  21 20 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |! --------------|
00000010  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000040  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 21  |--------------.!|
00000050  20 20 47 52 41 4d 4d 41  52 3a 20 20 47 72 61 6d  |  GRAMMAR:  Gram|
00000060  6d 61 72 20 74 61 62 6c  65 20 65 6e 74 72 69 65  |mar table entrie|
00000070  73 20 66 6f 72 20 74 68  65 20 73 74 61 6e 64 61  |s for the standa|
00000080  72 64 20 76 65 72 62 73  20 6c 69 62 72 61 72 79  |rd verbs library|
00000090  2e 0a 21 0a 21 20 20 53  75 70 70 6c 69 65 64 20  |..!.!  Supplied |
000000a0  66 6f 72 20 75 73 65 20  77 69 74 68 20 49 6e 66  |for use with Inf|
000000b0  6f 72 6d 20 35 0a 21 0a  21 20 20 54 68 65 20 22  |orm 5.!.!  The "|
000000c0  6d 65 74 61 2d 76 65 72  62 73 22 2c 20 63 6f 6d  |meta-verbs", com|
000000d0  6d 61 6e 64 73 20 74 6f  20 74 68 65 20 67 61 6d  |mands to the gam|
000000e0  65 20 72 61 74 68 65 72  20 74 68 61 6e 20 69 6e  |e rather than in|
000000f0  20 74 68 65 20 67 61 6d  65 2c 20 63 6f 6d 65 20  | the game, come |
00000100  66 69 72 73 74 2e 0a 21  20 2d 2d 2d 2d 2d 2d 2d  |first..! -------|
00000110  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000150  2d 2d 2d 2d 2d 0a 21 20  20 41 63 6f 72 6e 20 55  |-----.!  Acorn U|
00000160  73 65 72 20 65 64 69 74  69 6f 6e 3a 20 70 72 65  |ser edition: pre|
00000170  70 61 72 65 64 20 33 2f  37 2f 39 34 0a 21 20 2d  |pared 3/7/94.! -|
00000180  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000001c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 56 65 72  |-----------..Ver|
000001d0  62 20 6d 65 74 61 20 22  73 63 6f 72 65 22 0a 20  |b meta "score". |
000001e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000001f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000210  2d 3e 20 53 63 6f 72 65  3b 0a 56 65 72 62 20 6d  |-> Score;.Verb m|
00000220  65 74 61 20 22 66 75 6c  6c 73 63 6f 72 65 22 20  |eta "fullscore" |
00000230  22 66 75 6c 6c 22 0a 20  20 20 20 20 20 20 20 20  |"full".         |
00000240  20 20 20 20 20 20 20 2a  20 20 20 20 20 20 20 20  |       *        |
00000250  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000260  20 20 20 20 20 20 20 20  2d 3e 20 46 75 6c 6c 53  |        -> FullS|
00000270  63 6f 72 65 3b 0a 56 65  72 62 20 6d 65 74 61 20  |core;.Verb meta |
00000280  22 71 22 20 22 71 75 69  74 22 20 22 64 69 65 22  |"q" "quit" "die"|
00000290  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000002a0  20 2a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | *              |
000002b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002c0  20 20 2d 3e 20 51 75 69  74 3b 0a 56 65 72 62 20  |  -> Quit;.Verb |
000002d0  6d 65 74 61 20 22 72 65  73 74 6f 72 65 22 0a 20  |meta "restore". |
000002e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000002f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000310  2d 3e 20 52 65 73 74 6f  72 65 3b 0a 56 65 72 62  |-> Restore;.Verb|
00000320  20 6d 65 74 61 20 22 72  65 73 74 61 72 74 22 0a  | meta "restart".|
00000330  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000340  2a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |*               |
00000350  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000360  20 2d 3e 20 52 65 73 74  61 72 74 3b 0a 56 65 72  | -> Restart;.Ver|
00000370  62 20 6d 65 74 61 20 22  76 65 72 69 66 79 22 0a  |b meta "verify".|
00000380  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000390  2a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |*               |
000003a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003b0  20 2d 3e 20 56 65 72 69  66 79 3b 0a 56 65 72 62  | -> Verify;.Verb|
000003c0  20 6d 65 74 61 20 22 73  61 76 65 22 0a 20 20 20  | meta "save".   |
000003d0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
000003e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00000400  20 53 61 76 65 3b 0a 56  65 72 62 20 6d 65 74 61  | Save;.Verb meta|
00000410  20 22 73 63 72 69 70 74  22 0a 20 20 20 20 20 20  | "script".      |
00000420  20 20 20 20 20 20 20 20  20 20 2a 20 20 20 20 20  |          *     |
00000430  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000440  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 53 63  |           -> Sc|
00000450  72 69 70 74 4f 6e 0a 20  20 20 20 20 20 20 20 20  |riptOn.         |
00000460  20 20 20 20 20 20 20 2a  20 22 6f 66 66 22 20 20  |       * "off"  |
00000470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000480  20 20 20 20 20 20 20 20  2d 3e 20 53 63 72 69 70  |        -> Scrip|
00000490  74 4f 66 66 0a 20 20 20  20 20 20 20 20 20 20 20  |tOff.           |
000004a0  20 20 20 20 20 2a 20 22  6f 6e 22 20 20 20 20 20  |     * "on"     |
000004b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000004c0  20 20 20 20 20 20 2d 3e  20 53 63 72 69 70 74 4f  |      -> ScriptO|
000004d0  6e 3b 0a 56 65 72 62 20  6d 65 74 61 20 22 6e 6f  |n;.Verb meta "no|
000004e0  73 63 72 69 70 74 22 0a  20 20 20 20 20 20 20 20  |script".        |
000004f0  20 20 20 20 20 20 20 20  2a 20 20 20 20 20 20 20  |        *       |
00000500  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000510  20 20 20 20 20 20 20 20  20 2d 3e 20 53 63 72 69  |         -> Scri|
00000520  70 74 4f 66 66 3b 0a 56  65 72 62 20 6d 65 74 61  |ptOff;.Verb meta|
00000530  20 22 73 75 70 65 72 62  72 69 65 66 22 20 22 73  | "superbrief" "s|
00000540  68 6f 72 74 22 0a 20 20  20 20 20 20 20 20 20 20  |hort".          |
00000550  20 20 20 20 20 20 2a 20  20 20 20 20 20 20 20 20  |      *         |
00000560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000570  20 20 20 20 20 20 20 2d  3e 20 4c 4d 6f 64 65 33  |       -> LMode3|
00000580  3b 0a 56 65 72 62 20 6d  65 74 61 20 22 76 65 72  |;.Verb meta "ver|
00000590  62 6f 73 65 22 20 22 6c  6f 6e 67 22 0a 20 20 20  |bose" "long".   |
000005a0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
000005b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
000005d0  20 4c 4d 6f 64 65 32 3b  0a 56 65 72 62 20 6d 65  | LMode2;.Verb me|
000005e0  74 61 20 22 62 72 69 65  66 22 20 22 6e 6f 72 6d  |ta "brief" "norm|
000005f0  61 6c 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |al".            |
00000600  20 20 20 20 2a 20 20 20  20 20 20 20 20 20 20 20  |    *           |
00000610  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000620  20 20 20 20 20 2d 3e 20  4c 4d 6f 64 65 31 3b 0a  |     -> LMode1;.|
00000630  0a 21 20 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.! -------------|
00000640  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000670  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000680  21 20 20 41 6e 64 20 6e  6f 77 20 74 68 65 20 67  |!  And now the g|
00000690  61 6d 65 20 76 65 72 62  73 2e 0a 21 20 2d 2d 2d  |ame verbs..! ---|
000006a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000006e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 56 65 72 62 20  |---------..Verb |
000006f0  22 74 61 6b 65 22 20 22  67 65 74 22 20 22 70 69  |"take" "get" "pi|
00000700  63 6b 22 20 22 6c 69 66  74 22 0a 20 20 20 20 20  |ck" "lift".     |
00000710  20 20 20 20 20 20 20 20  20 20 20 2a 20 22 6f 75  |           * "ou|
00000720  74 22 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |t"              |
00000730  20 20 20 20 20 20 20 20  20 20 20 20 2d 3e 20 45  |            -> E|
00000740  78 69 74 0a 20 20 20 20  20 20 20 20 20 20 20 20  |xit.            |
00000750  20 20 20 20 2a 20 6d 75  6c 74 69 20 20 20 20 20  |    * multi     |
00000760  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000770  20 20 20 20 20 2d 3e 20  54 61 6b 65 0a 20 20 20  |     -> Take.   |
00000780  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 6d  |             * m|
00000790  75 6c 74 69 69 6e 73 69  64 65 20 22 66 72 6f 6d  |ultiinside "from|
000007a0  22 20 6e 6f 75 6e 20 20  20 20 20 20 20 20 2d 3e  |" noun        ->|
000007b0  20 52 65 6d 6f 76 65 0a  20 20 20 20 20 20 20 20  | Remove.        |
000007c0  20 20 20 20 20 20 20 20  2a 20 22 69 6e 22 20 6e  |        * "in" n|
000007d0  6f 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |oun             |
000007e0  20 20 20 20 20 20 20 20  20 2d 3e 20 45 6e 74 65  |         -> Ente|
000007f0  72 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |r.              |
00000800  20 20 2a 20 6d 75 6c 74  69 69 6e 73 69 64 65 20  |  * multiinside |
00000810  22 6f 66 66 22 20 6e 6f  75 6e 20 20 20 20 20 20  |"off" noun      |
00000820  20 20 20 2d 3e 20 52 65  6d 6f 76 65 0a 20 20 20  |   -> Remove.   |
00000830  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 22  |             * "|
00000840  6f 66 66 22 20 68 65 6c  64 20 20 20 20 20 20 20  |off" held       |
00000850  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00000860  20 44 69 73 72 6f 62 65  0a 20 20 20 20 20 20 20  | Disrobe.       |
00000870  20 20 20 20 20 20 20 20  20 2a 20 22 69 6e 76 65  |         * "inve|
00000880  6e 74 6f 72 79 22 20 20  20 20 20 20 20 20 20 20  |ntory"          |
00000890  20 20 20 20 20 20 20 20  20 20 2d 3e 20 49 6e 76  |          -> Inv|
000008a0  3b 0a 56 65 72 62 20 22  73 74 61 6e 64 22 0a 20  |;.Verb "stand". |
000008b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000008c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000008e0  2d 3e 20 45 78 69 74 0a  20 20 20 20 20 20 20 20  |-> Exit.        |
000008f0  20 20 20 20 20 20 20 20  2a 20 22 75 70 22 20 20  |        * "up"  |
00000900  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000910  20 20 20 20 20 20 20 20  20 2d 3e 20 45 78 69 74  |         -> Exit|
00000920  3b 0a 56 65 72 62 20 22  72 65 6d 6f 76 65 22 0a  |;.Verb "remove".|
00000930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000940  2a 20 68 65 6c 64 20 20  20 20 20 20 20 20 20 20  |* held          |
00000950  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000960  20 2d 3e 20 44 69 73 72  6f 62 65 0a 20 20 20 20  | -> Disrobe.    |
00000970  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6d 75  |            * mu|
00000980  6c 74 69 20 20 20 20 20  20 20 20 20 20 20 20 20  |lti             |
00000990  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
000009a0  54 61 6b 65 0a 20 20 20  20 20 20 20 20 20 20 20  |Take.           |
000009b0  20 20 20 20 20 2a 20 6d  75 6c 74 69 69 6e 73 69  |     * multiinsi|
000009c0  64 65 20 22 66 72 6f 6d  22 20 6e 6f 75 6e 20 20  |de "from" noun  |
000009d0  20 20 20 20 20 20 2d 3e  20 52 65 6d 6f 76 65 3b  |      -> Remove;|
000009e0  0a 56 65 72 62 20 22 73  68 65 64 22 20 22 64 6f  |.Verb "shed" "do|
000009f0  66 66 22 20 22 64 69 73  72 6f 62 65 22 0a 20 20  |ff" "disrobe".  |
00000a00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000a10  68 65 6c 64 20 20 20 20  20 20 20 20 20 20 20 20  |held            |
00000a20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2d  |               -|
00000a30  3e 20 44 69 73 72 6f 62  65 3b 20 0a 56 65 72 62  |> Disrobe; .Verb|
00000a40  20 22 77 65 61 72 22 20  22 64 6f 6e 22 0a 20 20  | "wear" "don".  |
00000a50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000a60  68 65 6c 64 20 20 20 20  20 20 20 20 20 20 20 20  |held            |
00000a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2d  |               -|
00000a80  3e 20 57 65 61 72 3b 0a  56 65 72 62 20 22 70 75  |> Wear;.Verb "pu|
00000a90  74 22 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |t".             |
00000aa0  20 20 20 2a 20 6d 75 6c  74 69 65 78 63 65 70 74  |   * multiexcept|
00000ab0  20 22 69 6e 22 20 6e 6f  75 6e 20 20 20 20 20 20  | "in" noun      |
00000ac0  20 20 20 20 2d 3e 20 49  6e 73 65 72 74 0a 20 20  |    -> Insert.  |
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00000ae0  6d 75 6c 74 69 65 78 63  65 70 74 20 22 69 6e 74  |multiexcept "int|
00000af0  6f 22 20 6e 6f 75 6e 20  20 20 20 20 20 20 20 2d  |o" noun        -|
00000b00  3e 20 49 6e 73 65 72 74  0a 20 20 20 20 20 20 20  |> Insert.       |
00000b10  20 20 20 20 20 20 20 20  20 2a 20 6d 75 6c 74 69  |         * multi|
00000b20  65 78 63 65 70 74 20 22  6f 6e 22 20 6e 6f 75 6e  |except "on" noun|
00000b30  20 20 20 20 20 20 20 20  20 20 2d 3e 20 50 75 74  |          -> Put|
00000b40  4f 6e 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |On.             |
00000b50  20 20 20 2a 20 6d 75 6c  74 69 65 78 63 65 70 74  |   * multiexcept|
00000b60  20 22 6f 6e 74 6f 22 20  6e 6f 75 6e 20 20 20 20  | "onto" noun    |
00000b70  20 20 20 20 2d 3e 20 50  75 74 4f 6e 0a 20 20 20  |    -> PutOn.   |
00000b80  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 22  |             * "|
00000b90  6f 6e 22 20 68 65 6c 64  20 20 20 20 20 20 20 20  |on" held        |
00000ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00000bb0  20 57 65 61 72 0a 20 20  20 20 20 20 20 20 20 20  | Wear.          |
00000bc0  20 20 20 20 20 20 2a 20  22 64 6f 77 6e 22 20 6d  |      * "down" m|
00000bd0  75 6c 74 69 68 65 6c 64  20 20 20 20 20 20 20 20  |ultiheld        |
00000be0  20 20 20 20 20 20 20 2d  3e 20 44 72 6f 70 0a 20  |       -> Drop. |
00000bf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000c00  20 6d 75 6c 74 69 68 65  6c 64 20 22 64 6f 77 6e  | multiheld "down|
00000c10  22 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |"               |
00000c20  2d 3e 20 44 72 6f 70 3b  0a 56 65 72 62 20 22 69  |-> Drop;.Verb "i|
00000c30  6e 73 65 72 74 22 0a 20  20 20 20 20 20 20 20 20  |nsert".         |
00000c40  20 20 20 20 20 20 20 2a  20 6d 75 6c 74 69 65 78  |       * multiex|
00000c50  63 65 70 74 20 22 69 6e  22 20 6e 6f 75 6e 20 20  |cept "in" noun  |
00000c60  20 20 20 20 20 20 20 20  2d 3e 20 49 6e 73 65 72  |        -> Inser|
00000c70  74 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |t.              |
00000c80  20 20 2a 20 6d 75 6c 74  69 65 78 63 65 70 74 20  |  * multiexcept |
00000c90  22 69 6e 74 6f 22 20 6e  6f 75 6e 20 20 20 20 20  |"into" noun     |
00000ca0  20 20 20 2d 3e 20 49 6e  73 65 72 74 3b 0a 56 65  |   -> Insert;.Ve|
00000cb0  72 62 20 22 65 6d 70 74  79 22 0a 20 20 20 20 20  |rb "empty".     |
00000cc0  20 20 20 20 20 20 20 20  20 20 20 2a 20 6e 6f 75  |           * nou|
00000cd0  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00000ce0  20 20 20 20 20 20 20 20  20 20 20 20 2d 3e 20 45  |            -> E|
00000cf0  6d 70 74 79 0a 20 20 20  20 20 20 20 20 20 20 20  |mpty.           |
00000d00  20 20 20 20 20 2a 20 22  6f 75 74 22 20 6e 6f 75  |     * "out" nou|
00000d10  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00000d20  20 20 20 20 20 20 2d 3e  20 45 6d 70 74 79 0a 20  |      -> Empty. |
00000d30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000d40  20 6e 6f 75 6e 20 22 6f  75 74 22 20 20 20 20 20  | noun "out"     |
00000d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d60  2d 3e 20 45 6d 70 74 79  0a 20 20 20 20 20 20 20  |-> Empty.       |
00000d70  20 20 20 20 20 20 20 20  20 2a 20 6e 6f 75 6e 20  |         * noun |
00000d80  22 74 6f 22 20 6e 6f 75  6e 20 20 20 20 20 20 20  |"to" noun       |
00000d90  20 20 20 20 20 20 20 20  20 20 2d 3e 20 45 6d 70  |          -> Emp|
00000da0  74 79 54 0a 20 20 20 20  20 20 20 20 20 20 20 20  |tyT.            |
00000db0  20 20 20 20 2a 20 6e 6f  75 6e 20 22 69 6e 74 6f  |    * noun "into|
00000dc0  22 20 6e 6f 75 6e 20 20  20 20 20 20 20 20 20 20  |" noun          |
00000dd0  20 20 20 20 20 2d 3e 20  45 6d 70 74 79 54 0a 20  |     -> EmptyT. |
00000de0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000df0  20 6e 6f 75 6e 20 22 6f  6e 22 20 6e 6f 75 6e 20  | noun "on" noun |
00000e00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e10  2d 3e 20 45 6d 70 74 79  54 0a 20 20 20 20 20 20  |-> EmptyT.      |
00000e20  20 20 20 20 20 20 20 20  20 20 2a 20 6e 6f 75 6e  |          * noun|
00000e30  20 22 6f 6e 74 6f 22 20  6e 6f 75 6e 20 20 20 20  | "onto" noun    |
00000e40  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 45 6d  |           -> Em|
00000e50  70 74 79 54 3b 0a 56 65  72 62 20 22 74 72 61 6e  |ptyT;.Verb "tran|
00000e60  73 66 65 72 22 0a 20 20  20 20 20 20 20 20 20 20  |sfer".          |
00000e70  20 20 20 20 20 20 2a 20  6e 6f 75 6e 20 22 74 6f  |      * noun "to|
00000e80  22 20 6e 6f 75 6e 20 20  20 20 20 20 20 20 20 20  |" noun          |
00000e90  20 20 20 20 20 20 20 2d  3e 20 54 72 61 6e 73 66  |       -> Transf|
00000ea0  65 72 3b 0a 56 65 72 62  20 22 64 72 6f 70 22 20  |er;.Verb "drop" |
00000eb0  22 74 68 72 6f 77 22 20  22 64 69 73 63 61 72 64  |"throw" "discard|
00000ec0  22 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |".              |
00000ed0  20 20 2a 20 6d 75 6c 74  69 68 65 6c 64 20 20 20  |  * multiheld   |
00000ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ef0  20 20 20 2d 3e 20 44 72  6f 70 0a 20 20 20 20 20  |   -> Drop.     |
00000f00  20 20 20 20 20 20 20 20  20 20 20 2a 20 6d 75 6c  |           * mul|
00000f10  74 69 65 78 63 65 70 74  20 22 69 6e 22 20 6e 6f  |tiexcept "in" no|
00000f20  75 6e 20 20 20 20 20 20  20 20 20 20 2d 3e 20 49  |un          -> I|
00000f30  6e 73 65 72 74 0a 20 20  20 20 20 20 20 20 20 20  |nsert.          |
00000f40  20 20 20 20 20 20 2a 20  6d 75 6c 74 69 65 78 63  |      * multiexc|
00000f50  65 70 74 20 22 69 6e 74  6f 22 20 6e 6f 75 6e 20  |ept "into" noun |
00000f60  20 20 20 20 20 20 20 2d  3e 20 49 6e 73 65 72 74  |       -> Insert|
00000f70  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000f80  20 2a 20 6d 75 6c 74 69  65 78 63 65 70 74 20 22  | * multiexcept "|
00000f90  6f 6e 22 20 6e 6f 75 6e  20 20 20 20 20 20 20 20  |on" noun        |
00000fa0  20 20 2d 3e 20 50 75 74  4f 6e 0a 20 20 20 20 20  |  -> PutOn.     |
00000fb0  20 20 20 20 20 20 20 20  20 20 20 2a 20 6d 75 6c  |           * mul|
00000fc0  74 69 65 78 63 65 70 74  20 22 6f 6e 74 6f 22 20  |tiexcept "onto" |
00000fd0  6e 6f 75 6e 20 20 20 20  20 20 20 20 2d 3e 20 50  |noun        -> P|
00000fe0  75 74 4f 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |utOn.           |
00000ff0  20 20 20 20 20 2a 20 6d  75 6c 74 69 65 78 63 65  |     * multiexce|
00001000  70 74 20 22 64 6f 77 6e  22 20 6e 6f 75 6e 20 20  |pt "down" noun  |
00001010  20 20 20 20 20 20 2d 3e  20 49 6e 73 65 72 74 0a  |      -> Insert.|
00001020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001030  2a 20 68 65 6c 64 20 22  61 74 22 20 6e 6f 75 6e  |* held "at" noun|
00001040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001050  20 2d 3e 20 54 68 72 6f  77 41 74 0a 20 20 20 20  | -> ThrowAt.    |
00001060  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 68 65  |            * he|
00001070  6c 64 20 22 61 67 61 69  6e 73 74 22 20 6e 6f 75  |ld "against" nou|
00001080  6e 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |n            -> |
00001090  54 68 72 6f 77 41 74 3b  0a 56 65 72 62 20 22 67  |ThrowAt;.Verb "g|
000010a0  69 76 65 22 20 22 70 61  79 22 20 22 6f 66 66 65  |ive" "pay" "offe|
000010b0  72 22 20 22 66 65 65 64  22 0a 20 20 20 20 20 20  |r" "feed".      |
000010c0  20 20 20 20 20 20 20 20  20 20 2a 20 63 72 65 61  |          * crea|
000010d0  74 75 72 65 20 68 65 6c  64 20 20 20 20 20 20 20  |ture held       |
000010e0  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 47 69  |           -> Gi|
000010f0  76 65 52 0a 20 20 20 20  20 20 20 20 20 20 20 20  |veR.            |
00001100  20 20 20 20 2a 20 68 65  6c 64 20 22 74 6f 22 20  |    * held "to" |
00001110  63 72 65 61 74 75 72 65  20 20 20 20 20 20 20 20  |creature        |
00001120  20 20 20 20 20 2d 3e 20  47 69 76 65 0a 20 20 20  |     -> Give.   |
00001130  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 22  |             * "|
00001140  6f 76 65 72 22 20 68 65  6c 64 20 22 74 6f 22 20  |over" held "to" |
00001150  63 72 65 61 74 75 72 65  20 20 20 20 20 20 2d 3e  |creature      ->|
00001160  20 47 69 76 65 3b 0a 56  65 72 62 20 22 67 6f 22  | Give;.Verb "go"|
00001170  20 22 77 61 6c 6b 22 20  22 72 75 6e 22 20 22 6c  | "walk" "run" "l|
00001180  65 61 76 65 22 0a 20 20  20 20 20 20 20 20 20 20  |eave".          |
00001190  20 20 20 20 20 20 2a 20  20 20 20 20 20 20 20 20  |      *         |
000011a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000011b0  20 20 20 20 20 20 20 2d  3e 20 56 61 67 75 65 47  |       -> VagueG|
000011c0  6f 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |o.              |
000011d0  20 20 2a 20 6e 6f 75 6e  20 20 20 20 20 20 20 20  |  * noun        |
000011e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000011f0  20 20 20 2d 3e 20 47 6f  0a 20 20 20 20 20 20 20  |   -> Go.       |
00001200  20 20 20 20 20 20 20 20  20 2a 20 22 74 68 72 6f  |         * "thro|
00001210  75 67 68 22 20 6e 6f 75  6e 20 20 20 20 20 20 20  |ugh" noun       |
00001220  20 20 20 20 20 20 20 20  20 20 2d 3e 20 45 6e 74  |          -> Ent|
00001230  65 72 3b 0a 56 65 72 62  20 22 69 6e 76 65 6e 74  |er;.Verb "invent|
00001240  6f 72 79 22 20 22 69 6e  76 22 20 22 69 22 0a 20  |ory" "inv" "i". |
00001250  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001280  2d 3e 20 49 6e 76 3b 0a  56 65 72 62 20 22 6c 6f  |-> Inv;.Verb "lo|
00001290  6f 6b 22 20 22 6c 22 0a  20 20 20 20 20 20 20 20  |ok" "l".        |
000012a0  20 20 20 20 20 20 20 20  2a 20 20 20 20 20 20 20  |        *       |
000012b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012c0  20 20 20 20 20 20 20 20  20 2d 3e 20 4c 6f 6f 6b  |         -> Look|
000012d0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000012e0  20 2a 20 22 61 74 22 20  6e 6f 75 6e 20 20 20 20  | * "at" noun    |
000012f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001300  20 20 2d 3e 20 45 78 61  6d 69 6e 65 0a 20 20 20  |  -> Examine.   |
00001310  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 22  |             * "|
00001320  69 6e 73 69 64 65 22 20  6e 6f 75 6e 20 20 20 20  |inside" noun    |
00001330  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001340  20 53 65 61 72 63 68 0a  20 20 20 20 20 20 20 20  | Search.        |
00001350  20 20 20 20 20 20 20 20  2a 20 22 69 6e 22 20 6e  |        * "in" n|
00001360  6f 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |oun             |
00001370  20 20 20 20 20 20 20 20  20 2d 3e 20 53 65 61 72  |         -> Sear|
00001380  63 68 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ch.             |
00001390  20 20 20 2a 20 22 75 6e  64 65 72 22 20 6e 6f 75  |   * "under" nou|
000013a0  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
000013b0  20 20 20 20 2d 3e 20 4c  6f 6f 6b 55 6e 64 65 72  |    -> LookUnder|
000013c0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000013d0  20 2a 20 22 74 68 72 6f  75 67 68 22 20 6e 6f 75  | * "through" nou|
000013e0  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
000013f0  20 20 2d 3e 20 53 65 61  72 63 68 0a 20 20 20 20  |  -> Search.    |
00001400  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 22 75  |            * "u|
00001410  70 22 20 73 70 65 63 69  61 6c 20 20 20 20 20 20  |p" special      |
00001420  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00001430  43 6f 6e 73 75 6c 74 3b  0a 56 65 72 62 20 22 63  |Consult;.Verb "c|
00001440  6f 6e 73 75 6c 74 22 20  20 2a 20 6e 6f 75 6e 20  |onsult"  * noun |
00001450  22 61 62 6f 75 74 22 20  73 70 65 63 69 61 6c 20  |"about" special |
00001460  20 20 20 20 20 20 20 20  20 20 2d 3e 20 43 6f 6e  |          -> Con|
00001470  73 75 6c 74 3b 0a 56 65  72 62 20 22 6f 70 65 6e  |sult;.Verb "open|
00001480  22 20 22 75 6e 77 72 61  70 22 20 22 75 6e 63 6f  |" "unwrap" "unco|
00001490  76 65 72 22 20 22 75 6e  64 6f 22 0a 20 20 20 20  |ver" "undo".    |
000014a0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
000014b0  75 6e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |un              |
000014c0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
000014d0  4f 70 65 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |Open.           |
000014e0  20 20 20 20 20 2a 20 6e  6f 75 6e 20 22 77 69 74  |     * noun "wit|
000014f0  68 22 20 68 65 6c 64 20  20 20 20 20 20 20 20 20  |h" held         |
00001500  20 20 20 20 20 20 2d 3e  20 55 6e 6c 6f 63 6b 3b  |      -> Unlock;|
00001510  0a 56 65 72 62 20 22 63  6c 6f 73 65 22 20 22 73  |.Verb "close" "s|
00001520  68 75 74 22 20 22 63 6f  76 65 72 22 0a 20 20 20  |hut" "cover".   |
00001530  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 6e  |             * n|
00001540  6f 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |oun             |
00001550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001560  20 43 6c 6f 73 65 3b 0a  56 65 72 62 20 22 65 6e  | Close;.Verb "en|
00001570  74 65 72 22 20 22 63 72  6f 73 73 22 0a 20 20 20  |ter" "cross".   |
00001580  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
00001590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000015a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
000015b0  20 47 6f 49 6e 0a 20 20  20 20 20 20 20 20 20 20  | GoIn.          |
000015c0  20 20 20 20 20 20 2a 20  6e 6f 75 6e 20 20 20 20  |      * noun    |
000015d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000015e0  20 20 20 20 20 20 20 2d  3e 20 45 6e 74 65 72 3b  |       -> Enter;|
000015f0  0a 56 65 72 62 20 22 69  6e 22 20 22 69 6e 73 69  |.Verb "in" "insi|
00001600  64 65 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |de".            |
00001610  20 20 20 20 2a 20 20 20  20 20 20 20 20 20 20 20  |    *           |
00001620  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001630  20 20 20 20 20 2d 3e 20  47 6f 49 6e 3b 0a 56 65  |     -> GoIn;.Ve|
00001640  72 62 20 22 65 78 69 74  22 20 22 6f 75 74 22 20  |rb "exit" "out" |
00001650  22 6f 75 74 73 69 64 65  22 0a 20 20 20 20 20 20  |"outside".      |
00001660  20 20 20 20 20 20 20 20  20 20 2a 20 20 20 20 20  |          *     |
00001670  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001680  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 45 78  |           -> Ex|
00001690  69 74 3b 0a 56 65 72 62  20 22 65 78 61 6d 69 6e  |it;.Verb "examin|
000016a0  65 22 20 22 78 22 20 22  72 65 61 64 22 20 22 77  |e" "x" "read" "w|
000016b0  61 74 63 68 22 20 22 64  65 73 63 72 69 62 65 22  |atch" "describe"|
000016c0  20 22 63 68 65 63 6b 22  0a 20 20 20 20 20 20 20  | "check".       |
000016d0  20 20 20 20 20 20 20 20  20 2a 20 6e 6f 75 6e 20  |         * noun |
000016e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000016f0  20 20 20 20 20 20 20 20  20 20 2d 3e 20 45 78 61  |          -> Exa|
00001700  6d 69 6e 65 3b 0a 56 65  72 62 20 22 79 65 73 22  |mine;.Verb "yes"|
00001710  20 22 79 22 0a 20 20 20  20 20 20 20 20 20 20 20  | "y".           |
00001720  20 20 20 20 20 2a 20 20  20 20 20 20 20 20 20 20  |     *          |
00001730  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001740  20 20 20 20 20 20 2d 3e  20 59 65 73 3b 0a 56 65  |      -> Yes;.Ve|
00001750  72 62 20 22 6e 6f 22 0a  20 20 20 20 20 20 20 20  |rb "no".        |
00001760  20 20 20 20 20 20 20 20  2a 20 20 20 20 20 20 20  |        *       |
00001770  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001780  20 20 20 20 20 20 20 20  20 2d 3e 20 4e 6f 3b 0a  |         -> No;.|
00001790  56 65 72 62 20 22 73 6f  72 72 79 22 0a 20 20 20  |Verb "sorry".   |
000017a0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
000017b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000017c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
000017d0  20 53 6f 72 72 79 3b 0a  56 65 72 62 20 22 73 68  | Sorry;.Verb "sh|
000017e0  69 74 22 20 22 66 75 63  6b 22 20 22 64 61 6d 6e  |it" "fuck" "damn|
000017f0  22 20 22 73 6f 64 22 0a  20 20 20 20 20 20 20 20  |" "sod".        |
00001800  20 20 20 20 20 20 20 20  2a 20 20 20 20 20 20 20  |        *       |
00001810  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001820  20 20 20 20 20 20 20 20  20 2d 3e 20 53 74 72 6f  |         -> Stro|
00001830  6e 67 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ng.             |
00001840  20 20 20 2a 20 73 70 65  63 69 61 6c 20 20 20 20  |   * special    |
00001850  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001860  20 20 20 20 2d 3e 20 53  74 72 6f 6e 67 3b 0a 56  |    -> Strong;.V|
00001870  65 72 62 20 22 62 6f 74  68 65 72 22 20 22 63 75  |erb "bother" "cu|
00001880  72 73 65 73 22 20 22 64  72 61 74 22 20 22 64 61  |rses" "drat" "da|
00001890  72 6e 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |rn".            |
000018a0  20 20 20 20 2a 20 20 20  20 20 20 20 20 20 20 20  |    *           |
000018b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000018c0  20 20 20 20 20 2d 3e 20  4d 69 6c 64 0a 20 20 20  |     -> Mild.   |
000018d0  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 73  |             * s|
000018e0  70 65 63 69 61 6c 20 20  20 20 20 20 20 20 20 20  |pecial          |
000018f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001900  20 4d 69 6c 64 3b 0a 56  65 72 62 20 22 73 65 61  | Mild;.Verb "sea|
00001910  72 63 68 22 0a 20 20 20  20 20 20 20 20 20 20 20  |rch".           |
00001920  20 20 20 20 20 2a 20 6e  6f 75 6e 20 20 20 20 20  |     * noun     |
00001930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001940  20 20 20 20 20 20 2d 3e  20 53 65 61 72 63 68 3b  |      -> Search;|
00001950  0a 56 65 72 62 20 22 77  61 76 65 22 0a 20 20 20  |.Verb "wave".   |
00001960  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 20  |             *  |
00001970  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001980  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001990  20 57 61 76 65 48 61 6e  64 73 0a 20 20 20 20 20  | WaveHands.     |
000019a0  20 20 20 20 20 20 20 20  20 20 20 2a 20 6e 6f 75  |           * nou|
000019b0  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
000019c0  20 20 20 20 20 20 20 20  20 20 20 20 2d 3e 20 57  |            -> W|
000019d0  61 76 65 3b 0a 56 65 72  62 20 22 73 65 74 22 20  |ave;.Verb "set" |
000019e0  22 61 64 6a 75 73 74 22  0a 20 20 20 20 20 20 20  |"adjust".       |
000019f0  20 20 20 20 20 20 20 20  20 2a 20 6e 6f 75 6e 20  |         * noun |
00001a00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001a10  20 20 20 20 20 20 20 20  20 20 2d 3e 20 53 65 74  |          -> Set|
00001a20  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001a30  20 2a 20 6e 6f 75 6e 20  22 74 6f 22 20 73 70 65  | * noun "to" spe|
00001a40  63 69 61 6c 20 20 20 20  20 20 20 20 20 20 20 20  |cial            |
00001a50  20 20 2d 3e 20 53 65 74  54 6f 3b 0a 56 65 72 62  |  -> SetTo;.Verb|
00001a60  20 22 70 75 6c 6c 22 20  22 64 72 61 67 22 0a 20  | "pull" "drag". |
00001a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001a80  20 6e 6f 75 6e 20 20 20  20 20 20 20 20 20 20 20  | noun           |
00001a90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001aa0  2d 3e 20 50 75 6c 6c 3b  0a 56 65 72 62 20 22 70  |-> Pull;.Verb "p|
00001ab0  75 73 68 22 20 22 6d 6f  76 65 22 20 22 73 68 69  |ush" "move" "shi|
00001ac0  66 74 22 20 22 63 6c 65  61 72 22 20 22 70 72 65  |ft" "clear" "pre|
00001ad0  73 73 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ss".            |
00001ae0  20 20 20 20 2a 20 6e 6f  75 6e 20 20 20 20 20 20  |    * noun      |
00001af0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b00  20 20 20 20 20 2d 3e 20  50 75 73 68 0a 20 20 20  |     -> Push.   |
00001b10  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 6e  |             * n|
00001b20  6f 75 6e 20 6e 6f 75 6e  20 20 20 20 20 20 20 20  |oun noun        |
00001b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001b40  20 50 75 73 68 44 69 72  0a 20 20 20 20 20 20 20  | PushDir.       |
00001b50  20 20 20 20 20 20 20 20  20 2a 20 6e 6f 75 6e 20  |         * noun |
00001b60  22 74 6f 22 20 6e 6f 75  6e 20 20 20 20 20 20 20  |"to" noun       |
00001b70  20 20 20 20 20 20 20 20  20 20 2d 3e 20 54 72 61  |          -> Tra|
00001b80  6e 73 66 65 72 3b 0a 56  65 72 62 20 22 74 75 72  |nsfer;.Verb "tur|
00001b90  6e 22 20 22 72 6f 74 61  74 65 22 20 22 74 77 69  |n" "rotate" "twi|
00001ba0  73 74 22 20 22 75 6e 73  63 72 65 77 22 20 22 73  |st" "unscrew" "s|
00001bb0  63 72 65 77 22 0a 20 20  20 20 20 20 20 20 20 20  |crew".          |
00001bc0  20 20 20 20 20 20 2a 20  6e 6f 75 6e 20 20 20 20  |      * noun    |
00001bd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001be0  20 20 20 20 20 20 20 2d  3e 20 54 75 72 6e 0a 20  |       -> Turn. |
00001bf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00001c00  20 6e 6f 75 6e 20 22 6f  6e 22 20 20 20 20 20 20  | noun "on"      |
00001c10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c20  2d 3e 20 53 77 69 74 63  68 6f 6e 0a 20 20 20 20  |-> Switchon.    |
00001c30  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
00001c40  75 6e 20 22 6f 66 66 22  20 20 20 20 20 20 20 20  |un "off"        |
00001c50  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00001c60  53 77 69 74 63 68 6f 66  66 0a 20 20 20 20 20 20  |Switchoff.      |
00001c70  20 20 20 20 20 20 20 20  20 20 2a 20 22 6f 6e 22  |          * "on"|
00001c80  20 6e 6f 75 6e 20 20 20  20 20 20 20 20 20 20 20  | noun           |
00001c90  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 53 77  |           -> Sw|
00001ca0  69 74 63 68 6f 6e 0a 20  20 20 20 20 20 20 20 20  |itchon.         |
00001cb0  20 20 20 20 20 20 20 2a  20 22 6f 66 66 22 20 6e  |       * "off" n|
00001cc0  6f 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |oun             |
00001cd0  20 20 20 20 20 20 20 20  2d 3e 20 53 77 69 74 63  |        -> Switc|
00001ce0  68 6f 66 66 3b 0a 56 65  72 62 20 22 73 77 69 74  |hoff;.Verb "swit|
00001cf0  63 68 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ch".            |
00001d00  20 20 20 20 2a 20 6e 6f  75 6e 20 20 20 20 20 20  |    * noun      |
00001d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d20  20 20 20 20 20 2d 3e 20  53 77 69 74 63 68 6f 6e  |     -> Switchon|
00001d30  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001d40  20 2a 20 6e 6f 75 6e 20  22 6f 6e 22 20 20 20 20  | * noun "on"    |
00001d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d60  20 20 2d 3e 20 53 77 69  74 63 68 6f 6e 0a 20 20  |  -> Switchon.  |
00001d70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00001d80  6e 6f 75 6e 20 22 6f 66  66 22 20 20 20 20 20 20  |noun "off"      |
00001d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2d  |               -|
00001da0  3e 20 53 77 69 74 63 68  6f 66 66 0a 20 20 20 20  |> Switchoff.    |
00001db0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 22 6f  |            * "o|
00001dc0  6e 22 20 6e 6f 75 6e 20  20 20 20 20 20 20 20 20  |n" noun         |
00001dd0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00001de0  53 77 69 74 63 68 6f 6e  0a 20 20 20 20 20 20 20  |Switchon.       |
00001df0  20 20 20 20 20 20 20 20  20 2a 20 22 6f 66 66 22  |         * "off"|
00001e00  20 6e 6f 75 6e 20 20 20  20 20 20 20 20 20 20 20  | noun           |
00001e10  20 20 20 20 20 20 20 20  20 20 2d 3e 20 53 77 69  |          -> Swi|
00001e20  74 63 68 6f 66 66 3b 0a  56 65 72 62 20 22 6c 6f  |tchoff;.Verb "lo|
00001e30  63 6b 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ck".            |
00001e40  20 20 20 20 2a 20 6e 6f  75 6e 20 22 77 69 74 68  |    * noun "with|
00001e50  22 20 68 65 6c 64 20 20  20 20 20 20 20 20 20 20  |" held          |
00001e60  20 20 20 20 20 2d 3e 20  4c 6f 63 6b 3b 0a 56 65  |     -> Lock;.Ve|
00001e70  72 62 20 22 75 6e 6c 6f  63 6b 22 0a 20 20 20 20  |rb "unlock".    |
00001e80  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
00001e90  75 6e 20 22 77 69 74 68  22 20 68 65 6c 64 20 20  |un "with" held  |
00001ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00001eb0  55 6e 6c 6f 63 6b 3b 0a  56 65 72 62 20 22 61 74  |Unlock;.Verb "at|
00001ec0  74 61 63 6b 22 20 22 62  72 65 61 6b 22 20 22 73  |tack" "break" "s|
00001ed0  6d 61 73 68 22 20 22 68  69 74 22 20 22 66 69 67  |mash" "hit" "fig|
00001ee0  68 74 22 20 22 77 72 65  63 6b 22 0a 20 20 20 20  |ht" "wreck".    |
00001ef0  20 22 63 72 61 63 6b 22  20 22 64 65 73 74 72 6f  | "crack" "destro|
00001f00  79 22 20 22 6d 75 72 64  65 72 22 20 22 6b 69 6c  |y" "murder" "kil|
00001f10  6c 22 20 22 74 6f 72 74  75 72 65 22 0a 20 20 20  |l" "torture".   |
00001f20  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 6e  |             * n|
00001f30  6f 75 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |oun             |
00001f40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
00001f50  20 41 74 74 61 63 6b 3b  0a 56 65 72 62 20 22 77  | Attack;.Verb "w|
00001f60  61 69 74 22 20 22 7a 22  0a 20 20 20 20 20 20 20  |ait" "z".       |
00001f70  20 20 20 20 20 20 20 20  20 2a 20 20 20 20 20 20  |         *      |
00001f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f90  20 20 20 20 20 20 20 20  20 20 2d 3e 20 57 61 69  |          -> Wai|
00001fa0  74 3b 0a 56 65 72 62 20  22 61 6e 73 77 65 72 22  |t;.Verb "answer"|
00001fb0  20 22 73 61 79 22 20 22  73 68 6f 75 74 22 20 22  | "say" "shout" "|
00001fc0  73 70 65 61 6b 22 0a 20  20 20 20 20 20 20 20 20  |speak".         |
00001fd0  20 20 20 20 20 20 20 2a  20 73 70 65 63 69 61 6c  |       * special|
00001fe0  20 22 74 6f 22 20 63 72  65 61 74 75 72 65 20 20  | "to" creature  |
00001ff0  20 20 20 20 20 20 20 20  2d 3e 20 41 6e 73 77 65  |        -> Answe|
00002000  72 3b 0a 56 65 72 62 20  22 61 73 6b 22 0a 20 20  |r;.Verb "ask".  |
00002010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00002020  63 72 65 61 74 75 72 65  20 22 61 62 6f 75 74 22  |creature "about"|
00002030  20 73 70 65 63 69 61 6c  20 20 20 20 20 20 20 2d  | special       -|
00002040  3e 20 41 73 6b 3b 0a 56  65 72 62 20 22 65 61 74  |> Ask;.Verb "eat|
00002050  22 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |".              |
00002060  20 20 2a 20 68 65 6c 64  20 20 20 20 20 20 20 20  |  * held        |
00002070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002080  20 20 20 2d 3e 20 45 61  74 3b 0a 56 65 72 62 20  |   -> Eat;.Verb |
00002090  22 73 6c 65 65 70 22 20  22 6e 61 70 22 0a 20 20  |"sleep" "nap".  |
000020a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
000020b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2d  |               -|
000020d0  3e 20 53 6c 65 65 70 3b  0a 56 65 72 62 20 22 70  |> Sleep;.Verb "p|
000020e0  65 65 6c 22 0a 20 20 20  20 20 20 20 20 20 20 20  |eel".           |
000020f0  20 20 20 20 20 2a 20 6e  6f 75 6e 20 20 20 20 20  |     * noun     |
00002100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002110  20 20 20 20 20 20 2d 3e  20 54 61 6b 65 0a 20 20  |      -> Take.  |
00002120  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2a 20  |              * |
00002130  22 6f 66 66 22 20 6e 6f  75 6e 20 20 20 20 20 20  |"off" noun      |
00002140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2d  |               -|
00002150  3e 20 54 61 6b 65 3b 0a  56 65 72 62 20 22 73 69  |> Take;.Verb "si|
00002160  6e 67 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ng".            |
00002170  20 20 20 20 2a 20 20 20  20 20 20 20 20 20 20 20  |    *           |
00002180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002190  20 20 20 20 20 2d 3e 20  53 69 6e 67 3b 0a 56 65  |     -> Sing;.Ve|
000021a0  72 62 20 22 63 6c 69 6d  62 22 20 22 73 63 61 6c  |rb "climb" "scal|
000021b0  65 22 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |e".             |
000021c0  20 20 20 2a 20 6e 6f 75  6e 20 20 20 20 20 20 20  |   * noun       |
000021d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000021e0  20 20 20 20 2d 3e 20 43  6c 69 6d 62 3b 0a 56 65  |    -> Climb;.Ve|
000021f0  72 62 20 22 62 75 79 22  20 22 70 75 72 63 68 61  |rb "buy" "purcha|
00002200  73 65 22 0a 20 20 20 20  20 20 20 20 20 20 20 20  |se".            |
00002210  20 20 20 20 2a 20 73 70  65 63 69 61 6c 20 20 20  |    * special   |
00002220  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002230  20 20 20 20 20 2d 3e 20  42 75 79 3b 0a 56 65 72  |     -> Buy;.Ver|
00002240  62 20 22 73 71 75 65 65  7a 65 22 20 22 73 71 75  |b "squeeze" "squ|
00002250  61 73 68 22 0a 20 20 20  20 20 20 20 20 20 20 20  |ash".           |
00002260  20 20 20 20 20 2a 20 6e  6f 75 6e 20 20 20 20 20  |     * noun     |
00002270  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002280  20 20 20 20 20 20 2d 3e  20 53 71 75 65 65 7a 65  |      -> Squeeze|
00002290  3b 0a 56 65 72 62 20 22  73 77 69 6d 22 20 22 64  |;.Verb "swim" "d|
000022a0  69 76 65 22 0a 20 20 20  20 20 20 20 20 20 20 20  |ive".           |
000022b0  20 20 20 20 20 2a 20 20  20 20 20 20 20 20 20 20  |     *          |
000022c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000022d0  20 20 20 20 20 20 2d 3e  20 53 77 69 6d 3b 0a 56  |      -> Swim;.V|
000022e0  65 72 62 20 22 73 77 69  6e 67 22 0a 20 20 20 20  |erb "swing".    |
000022f0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
00002300  75 6e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |un              |
00002310  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00002320  53 77 69 6e 67 0a 20 20  20 20 20 20 20 20 20 20  |Swing.          |
00002330  20 20 20 20 20 20 2a 20  22 6f 6e 22 20 6e 6f 75  |      * "on" nou|
00002340  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00002350  20 20 20 20 20 20 20 2d  3e 20 53 77 69 6e 67 3b  |       -> Swing;|
00002360  0a 56 65 72 62 20 22 62  6c 6f 77 22 0a 20 20 20  |.Verb "blow".   |
00002370  20 20 20 20 20 20 20 20  20 20 20 20 20 2a 20 68  |             * h|
00002380  65 6c 64 20 20 20 20 20  20 20 20 20 20 20 20 20  |eld             |
00002390  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2d 3e  |              ->|
000023a0  20 42 6c 6f 77 3b 0a 56  65 72 62 20 22 70 72 61  | Blow;.Verb "pra|
000023b0  79 22 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |y".             |
000023c0  20 20 20 2a 20 20 20 20  20 20 20 20 20 20 20 20  |   *            |
000023d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000023e0  20 20 20 20 2d 3e 20 50  72 61 79 3b 0a 56 65 72  |    -> Pray;.Ver|
000023f0  62 20 22 77 61 6b 65 22  20 22 61 77 61 6b 65 22  |b "wake" "awake"|
00002400  20 22 61 77 61 6b 65 6e  22 0a 20 20 20 20 20 20  | "awaken".      |
00002410  20 20 20 20 20 20 20 20  20 20 2a 20 20 20 20 20  |          *     |
00002420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002430  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 57 61  |           -> Wa|
00002440  6b 65 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ke.             |
00002450  20 20 20 2a 20 22 75 70  22 20 20 20 20 20 20 20  |   * "up"       |
00002460  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002470  20 20 20 20 2d 3e 20 57  61 6b 65 0a 20 20 20 20  |    -> Wake.    |
00002480  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 63 72  |            * cr|
00002490  65 61 74 75 72 65 20 20  20 20 20 20 20 20 20 20  |eature          |
000024a0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
000024b0  57 61 6b 65 4f 74 68 65  72 0a 20 20 20 20 20 20  |WakeOther.      |
000024c0  20 20 20 20 20 20 20 20  20 20 2a 20 22 75 70 22  |          * "up"|
000024d0  20 63 72 65 61 74 75 72  65 20 20 20 20 20 20 20  | creature       |
000024e0  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 57 61  |           -> Wa|
000024f0  6b 65 4f 74 68 65 72 3b  0a 56 65 72 62 20 22 6b  |keOther;.Verb "k|
00002500  69 73 73 22 20 22 65 6d  62 72 61 63 65 22 20 22  |iss" "embrace" "|
00002510  68 75 67 22 0a 20 20 20  20 20 20 20 20 20 20 20  |hug".           |
00002520  20 20 20 20 20 2a 20 63  72 65 61 74 75 72 65 20  |     * creature |
00002530  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002540  20 20 20 20 20 20 2d 3e  20 4b 69 73 73 3b 0a 56  |      -> Kiss;.V|
00002550  65 72 62 20 22 74 68 69  6e 6b 22 0a 20 20 20 20  |erb "think".    |
00002560  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 20 20  |            *   |
00002570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002580  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00002590  54 68 69 6e 6b 3b 0a 56  65 72 62 20 22 73 6d 65  |Think;.Verb "sme|
000025a0  6c 6c 22 20 22 73 6e 69  66 66 22 0a 20 20 20 20  |ll" "sniff".    |
000025b0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 20 20  |            *   |
000025c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000025d0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
000025e0  53 6d 65 6c 6c 0a 20 20  20 20 20 20 20 20 20 20  |Smell.          |
000025f0  20 20 20 20 20 20 2a 20  6e 6f 75 6e 20 20 20 20  |      * noun    |
00002600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002610  20 20 20 20 20 20 20 2d  3e 20 53 6d 65 6c 6c 3b  |       -> Smell;|
00002620  0a 56 65 72 62 20 22 68  65 61 72 22 20 22 6c 69  |.Verb "hear" "li|
00002630  73 74 65 6e 22 0a 20 20  20 20 20 20 20 20 20 20  |sten".          |
00002640  20 20 20 20 20 20 2a 20  20 20 20 20 20 20 20 20  |      *         |
00002650  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002660  20 20 20 20 20 20 20 2d  3e 20 4c 69 73 74 65 6e  |       -> Listen|
00002670  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002680  20 2a 20 6e 6f 75 6e 20  20 20 20 20 20 20 20 20  | * noun         |
00002690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000026a0  20 20 2d 3e 20 4c 69 73  74 65 6e 0a 20 20 20 20  |  -> Listen.    |
000026b0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 22 74  |            * "t|
000026c0  6f 22 20 6e 6f 75 6e 20  20 20 20 20 20 20 20 20  |o" noun         |
000026d0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
000026e0  4c 69 73 74 65 6e 3b 0a  56 65 72 62 20 22 74 61  |Listen;.Verb "ta|
000026f0  73 74 65 22 0a 20 20 20  20 20 20 20 20 20 20 20  |ste".           |
00002700  20 20 20 20 20 2a 20 20  20 20 20 20 20 20 20 20  |     *          |
00002710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002720  20 20 20 20 20 20 2d 3e  20 54 61 73 74 65 3b 0a  |      -> Taste;.|
00002730  56 65 72 62 20 22 74 6f  75 63 68 22 20 22 66 6f  |Verb "touch" "fo|
00002740  6e 64 6c 65 22 20 22 66  65 65 6c 22 20 22 67 72  |ndle" "feel" "gr|
00002750  6f 70 65 22 0a 20 20 20  20 20 20 20 20 20 20 20  |ope".           |
00002760  20 20 20 20 20 2a 20 20  20 20 20 20 20 20 20 20  |     *          |
00002770  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002780  20 20 20 20 20 20 2d 3e  20 54 6f 75 63 68 0a 20  |      -> Touch. |
00002790  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000027a0  20 6e 6f 75 6e 20 20 20  20 20 20 20 20 20 20 20  | noun           |
000027b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000027c0  2d 3e 20 54 6f 75 63 68  54 68 69 6e 67 3b 0a 56  |-> TouchThing;.V|
000027d0  65 72 62 20 22 72 75 62  22 20 22 73 68 69 6e 65  |erb "rub" "shine|
000027e0  22 20 22 70 6f 6c 69 73  68 22 0a 20 20 20 20 20  |" "polish".     |
000027f0  20 20 20 20 20 20 20 20  20 20 20 2a 20 6e 6f 75  |           * nou|
00002800  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00002810  20 20 20 20 20 20 20 20  20 20 20 20 2d 3e 20 52  |            -> R|
00002820  75 62 3b 0a 56 65 72 62  20 22 74 69 65 22 20 22  |ub;.Verb "tie" "|
00002830  61 74 74 61 63 68 22 20  22 66 61 73 74 65 6e 22  |attach" "fasten"|
00002840  20 22 66 69 78 22 0a 20  20 20 20 20 20 20 20 20  | "fix".         |
00002850  20 20 20 20 20 20 20 2a  20 6e 6f 75 6e 20 20 20  |       * noun   |
00002860  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002870  20 20 20 20 20 20 20 20  2d 3e 20 54 69 65 0a 20  |        -> Tie. |
00002880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002890  20 6e 6f 75 6e 20 22 74  6f 22 20 6e 6f 75 6e 20  | noun "to" noun |
000028a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000028b0  2d 3e 20 54 69 65 3b 0a  56 65 72 62 20 22 62 75  |-> Tie;.Verb "bu|
000028c0  72 6e 22 20 22 6c 69 67  68 74 22 0a 20 20 20 20  |rn" "light".    |
000028d0  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
000028e0  75 6e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |un              |
000028f0  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00002900  42 75 72 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |Burn.           |
00002910  20 20 20 20 20 2a 20 6e  6f 75 6e 20 22 77 69 74  |     * noun "wit|
00002920  68 22 20 68 65 6c 64 20  20 20 20 20 20 20 20 20  |h" held         |
00002930  20 20 20 20 20 20 2d 3e  20 42 75 72 6e 3b 0a 56  |      -> Burn;.V|
00002940  65 72 62 20 22 64 72 69  6e 6b 22 20 22 73 77 61  |erb "drink" "swa|
00002950  6c 6c 6f 77 22 20 22 73  69 70 22 0a 20 20 20 20  |llow" "sip".    |
00002960  20 20 20 20 20 20 20 20  20 20 20 20 2a 20 6e 6f  |            * no|
00002970  75 6e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |un              |
00002980  20 20 20 20 20 20 20 20  20 20 20 20 20 2d 3e 20  |             -> |
00002990  44 72 69 6e 6b 3b 0a 56  65 72 62 20 22 66 69 6c  |Drink;.Verb "fil|
000029a0  6c 22 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |l".             |
000029b0  20 20 20 2a 20 6e 6f 75  6e 20 20 20 20 20 20 20  |   * noun       |
000029c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029d0  20 20 20 20 2d 3e 20 46  69 6c 6c 3b 0a 56 65 72  |    -> Fill;.Ver|
000029e0  62 20 22 63 75 74 22 20  22 73 6c 69 63 65 22 20  |b "cut" "slice" |
000029f0  22 70 72 75 6e 65 22 20  22 63 68 6f 70 22 0a 20  |"prune" "chop". |
00002a00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00002a10  20 6e 6f 75 6e 20 20 20  20 20 20 20 20 20 20 20  | noun           |
00002a20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002a30  2d 3e 20 43 75 74 3b 0a  56 65 72 62 20 22 6a 75  |-> Cut;.Verb "ju|
00002a40  6d 70 22 20 22 73 6b 69  70 22 20 22 68 6f 70 22  |mp" "skip" "hop"|
00002a50  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002a60  20 2a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | *              |
00002a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002a80  20 20 2d 3e 20 4a 75 6d  70 0a 20 20 20 20 20 20  |  -> Jump.      |
00002a90  20 20 20 20 20 20 20 20  20 20 2a 20 22 6f 76 65  |          * "ove|
00002aa0  72 22 20 6e 6f 75 6e 20  20 20 20 20 20 20 20 20  |r" noun         |
00002ab0  20 20 20 20 20 20 20 20  20 20 20 2d 3e 20 4a 75  |           -> Ju|
00002ac0  6d 70 4f 76 65 72 3b 0a  0a 21 20 2d 2d 2d 2d 2d  |mpOver;..! -----|
00002ad0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00002b10  2d 2d 2d 2d 2d 2d 2d 0a  21 20 20 46 69 6e 61 6c  |-------.!  Final|
00002b20  20 74 61 73 6b 3a 20 70  72 6f 76 69 64 65 20 74  | task: provide t|
00002b30  72 69 76 69 61 6c 20 72  6f 75 74 69 6e 65 73 20  |rivial routines |
00002b40  69 66 20 74 68 65 20 75  73 65 72 20 68 61 73 6e  |if the user hasn|
00002b50  27 74 20 61 6c 72 65 61  64 79 3a 0a 21 20 2d 2d  |'t already:.! --|
00002b60  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00002ba0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 23 53 74 75  |----------..#Stu|
00002bb0  62 20 54 69 6d 65 50 61  73 73 65 73 20 20 20 20  |b TimePasses    |
00002bc0  20 20 30 3b 0a 23 53 74  75 62 20 41 6d 75 73 69  |  0;.#Stub Amusi|
00002bd0  6e 67 20 20 20 20 20 20  20 20 20 30 3b 0a 23 53  |ng         0;.#S|
00002be0  74 75 62 20 44 65 61 74  68 4d 65 73 73 61 67 65  |tub DeathMessage|
00002bf0  20 20 20 20 30 3b 0a 23  53 74 75 62 20 44 61 72  |    0;.#Stub Dar|
00002c00  6b 54 6f 44 61 72 6b 20  20 20 20 20 20 30 3b 0a  |kToDark      0;.|
00002c10  23 53 74 75 62 20 4e 65  77 52 6f 6f 6d 20 20 20  |#Stub NewRoom   |
00002c20  20 20 20 20 20 20 30 3b  0a 23 53 74 75 62 20 4c  |      0;.#Stub L|
00002c30  6f 6f 6b 52 6f 75 74 69  6e 65 20 20 20 20 20 30  |ookRoutine     0|
00002c40  3b 0a 23 53 74 75 62 20  41 66 74 65 72 4c 69 66  |;.#Stub AfterLif|
00002c50  65 20 20 20 20 20 20 20  30 3b 0a 23 53 74 75 62  |e       0;.#Stub|
00002c60  20 47 61 6d 65 50 72 65  52 6f 75 74 69 6e 65 20  | GamePreRoutine |
00002c70  20 30 3b 0a 23 53 74 75  62 20 47 61 6d 65 50 6f  | 0;.#Stub GamePo|
00002c80  73 74 52 6f 75 74 69 6e  65 20 30 3b 0a 23 53 74  |stRoutine 0;.#St|
00002c90  75 62 20 50 72 69 6e 74  52 61 6e 6b 20 20 20 20  |ub PrintRank    |
00002ca0  20 20 20 31 3b 0a 23 53  74 75 62 20 50 72 69 6e  |   1;.#Stub Prin|
00002cb0  74 54 61 73 6b 4e 61 6d  65 20 20 20 31 3b 0a 23  |tTaskName   1;.#|
00002cc0  53 74 75 62 20 50 61 72  73 65 4e 75 6d 62 65 72  |Stub ParseNumber|
00002cd0  20 20 20 20 20 32 3b 0a                           |     2;.|
00002cd8