OLD | NEW |
(Empty) | |
| 1 after |
| 2 before |
| 3 carry out |
| 4 check |
| 5 continue the action |
| 6 definition : |
| 7 do nothing |
| 8 else |
| 9 end if |
| 10 end unless |
| 11 end the story |
| 12 every turn |
| 13 if |
| 14 include |
| 15 instead |
| 16 instead of |
| 17 let |
| 18 move |
| 19 no |
| 20 now |
| 21 otherwise |
| 22 repeat |
| 23 report |
| 24 resume the story |
| 25 rule for |
| 26 running through |
| 27 say |
| 28 saying |
| 29 stop the action |
| 30 test |
| 31 try |
| 32 trying |
| 33 understand |
| 34 unless |
| 35 use |
| 36 when |
| 37 while |
| 38 yes |
| 39 |
| 40 ---------------------------------------------------- |
| 41 |
| 42 [ |
| 43 ["keyword", "after"], |
| 44 ["keyword", "before"], |
| 45 ["keyword", "carry out"], |
| 46 ["keyword", "check"], |
| 47 ["keyword", "continue the action"], |
| 48 ["keyword", "definition"], ["punctuation", ":"], |
| 49 ["keyword", "do nothing"], |
| 50 ["keyword", "else"], |
| 51 ["keyword", "end if"], |
| 52 ["keyword", "end unless"], |
| 53 ["keyword", "end the story"], |
| 54 ["keyword", "every turn"], |
| 55 ["keyword", "if"], |
| 56 ["keyword", "include"], |
| 57 ["keyword", "instead"], |
| 58 ["keyword", "instead of"], |
| 59 ["keyword", "let"], |
| 60 ["keyword", "move"], |
| 61 ["keyword", "no"], |
| 62 ["keyword", "now"], |
| 63 ["keyword", "otherwise"], |
| 64 ["keyword", "repeat"], |
| 65 ["keyword", "report"], |
| 66 ["keyword", "resume the story"], |
| 67 ["keyword", "rule for"], |
| 68 ["keyword", "running through"], |
| 69 ["keyword", "say"], |
| 70 ["keyword", "saying"], |
| 71 ["keyword", "stop the action"], |
| 72 ["keyword", "test"], |
| 73 ["keyword", "try"], |
| 74 ["keyword", "trying"], |
| 75 ["keyword", "understand"], |
| 76 ["keyword", "unless"], |
| 77 ["keyword", "use"], |
| 78 ["keyword", "when"], |
| 79 ["keyword", "while"], |
| 80 ["keyword", "yes"] |
| 81 ] |
| 82 |
| 83 ---------------------------------------------------- |
| 84 |
| 85 Checks for keywords. |
OLD | NEW |