! Part II. Vocabulary (lines 46-142)
Back to List
Browsing English.h
046 ! Part II. Vocabulary
047 ! ---------------------------------------------------------------------------
048 Constant AGAIN1__WD = 'again';
049 Constant AGAIN2__WD = 'g//';
050 Constant AGAIN3__WD = 'again';
051 Constant OOPS1__WD = 'oops';
052 Constant OOPS2__WD = 'o//';
053 Constant OOPS3__WD = 'oops';
054 Constant UNDO1__WD = 'undo';
055 Constant UNDO2__WD = 'undo';
056 Constant UNDO3__WD = 'undo';
057
058 Constant ALL1__WD = 'all';
059 Constant ALL2__WD = 'each';
060 Constant ALL3__WD = 'every';
061 Constant ALL4__WD = 'everything';
062 Constant ALL5__WD = 'both';
063 Constant AND1__WD = 'and';
064 Constant AND2__WD = 'and';
065 Constant AND3__WD = 'and';
066 Constant BUT1__WD = 'but';
067 Constant BUT2__WD = 'except';
068 Constant BUT3__WD = 'but';
069 Constant ME1__WD = 'me';
070 Constant ME2__WD = 'myself';
071 Constant ME3__WD = 'self';
072 Constant OF1__WD = 'of';
073 Constant OF2__WD = 'of';
074 Constant OF3__WD = 'of';
075 Constant OF4__WD = 'of';
076 Constant OTHER1__WD = 'another';
077 Constant OTHER2__WD = 'other';
078 Constant OTHER3__WD = 'other';
079 Constant THEN1__WD = 'then';
080 Constant THEN2__WD = 'then';
081 Constant THEN3__WD = 'then';
082
083 Constant NO1__WD = 'n//';
084 Constant NO2__WD = 'no';
085 Constant NO3__WD = 'no';
086 Constant YES1__WD = 'y//';
087 Constant YES2__WD = 'yes';
088 Constant YES3__WD = 'yes';
089
090 Constant AMUSING__WD = 'amusing';
091 Constant FULLSCORE1__WD = 'fullscore';
092 Constant FULLSCORE2__WD = 'full';
093 Constant QUIT1__WD = 'q//';
094 Constant QUIT2__WD = 'quit';
095 Constant RESTART__WD = 'restart';
096 Constant RESTORE__WD = 'restore';
097
098 Array LanguagePronouns table
099
100 ! word possible GNAs connected
101 ! to follow: to:
102 ! a i
103 ! s p s p
104 ! mfnmfnmfnmfn
105
106 'it' $$001000111000 NULL
107 'him' $$100000000000 NULL
108 'her' $$010000000000 NULL
109 'them' $$000111000111 NULL;
110
111 Array LanguageDescriptors table
112
113 ! word possible GNAs descriptor connected
114 ! to follow: type: to:
115 ! a i
116 ! s p s p
117 ! mfnmfnmfnmfn
118
119 'my' $$111111111111 POSSESS_PK 0
120 'this' $$111111111111 POSSESS_PK 0
121 'these' $$000111000111 POSSESS_PK 0
122 'that' $$111111111111 POSSESS_PK 1
123 'those' $$000111000111 POSSESS_PK 1
124 'his' $$111111111111 POSSESS_PK 'him'
125 'her' $$111111111111 POSSESS_PK 'her'
126 'their' $$111111111111 POSSESS_PK 'them'
127 'its' $$111111111111 POSSESS_PK 'it'
128 'the' $$111111111111 DEFART_PK NULL
129 'a//' $$111000111000 INDEFART_PK NULL
130 'an' $$111000111000 INDEFART_PK NULL
131 'some' $$000111000111 INDEFART_PK NULL
132 'lit' $$111111111111 light NULL
133 'lighted' $$111111111111 light NULL
134 'unlit' $$111111111111 (-light) NULL;
135
136 Array LanguageNumbers table
137 'one' 1 'two' 2 'three' 3 'four' 4 'five' 5
138 'six' 6 'seven' 7 'eight' 8 'nine' 9 'ten' 10
139 'eleven' 11 'twelve' 12 'thirteen' 13 'fourteen' 14 'fifteen' 15
140 'sixteen' 16 'seventeen' 17 'eighteen' 18 'nineteen' 19 'twenty' 20;
141
142 ! ---------------------------------------------------------------------------
Last updated 27 February 2004.
This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation.
Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.