BASIC Reserved Words and Tokens
This list is extracted from the English version of the Oric Atmos manual.
Here in a convenient form are presented the BASIC keywords and the tokens which are used
to store Oric BASIC keywords in a single byte of memory.
These are reserved words and may not be used in variable names.
Note: STR$ indicates a value of 334 for the token. It seems to be hard to put in a byte !
I will add some information from time to time...
| NAME | CODE | TYPE |
| ABS | 216 | function |
| AND | 209 | operator |
| ASC | 236 | function |
| ATN | 229 | function |
| AUTO | 199 | parameter |
| CALL | 191 | instruction |
| CHR$ | 237 | function |
| CIRCLE | 173 | instruction |
| CLEAR | 189 | instruction |
| CLOAD | 182 | instruction |
| CLS | 148 | instruction |
| CONT | 187 | instruction |
| COS | 226 | function |
| CSAVE | 183 | instruction |
| CURMOV | 171 | instruction |
| CURSET | 170 | instruction |
| DATA | 145 | instruction |
| DEEK | 231 | function |
| DEF | 184 | instruction |
| DIM | 147 | instruction |
| DOKE | 138 | instruction |
| DRAW | 172 | instruction |
| EDIT | 129 | instruction |
| ELSE | 200 | instruction |
| END | 128 | instruction |
| EXP | 225 | function |
| EXPLODE | 164 | instruction |
| FALSE | 240 | constant |
| FILL | 175 | instruction |
| FN | 196 | function |
| FOR | 141 | instruction |
| FRE | 218 | function |
| GET | 190 | function |
| GO | 247 |
| GOSUB | 155 | instruction |
| GOTO | 151 | instruction |
| GRAB | 159 | instruction |
| HEX$ | 220 | function |
| HIMEM | 158 | instruction |
| HIRES | 162 | instruction |
| IF | 153 | instruction |
| INK | 178 | instruction |
| INPUT | 146 | instruction |
| INT | 215 | function |
| KEY$ | 241 | function |
| LEFT$ | 244 | function |
| LEN | 233 | function |
| LET | 150 | instruction |
| LIST | 188 | instruction |
| LLIST | 142 | instruction |
| LN | 224 | function |
| LOG | 232 | function |
| LORES | 137 | instruction |
| LPRINT | 143 | instruction |
| MID$ | 146 | function |
| MUSIC | 168 | instruction |
| NEW | 193 | instruction |
| NEXT | 144 | instruction |
| NOT | 202 | operator |
| ON | 180 | instruction |
| OR | 210 | operator |
| PAPER | 177 | instruction |
| PATTERN | 174 | instruction |
| PEEK | 230 | function |
| PI | 238 | constant |
| PING | 166 | instruction |
| PLAY | 169 | instruction |
| PLOT | 135 | instruction |
| POINT | 243 | function |
| POKE | 185 | instruction |
| POP | 134 | instruction |
| POS | 219 | function |
| PRINT | 186 | instruction |
| PULL | 136 | instruction |
| READ | 149 | instruction |
| RECALL | 131 | instruction |
| RELEASE | 160 | instruction |
| REM | 157 | instruction |
| REPEAT | 139 | instruction |
| RESTORE | 154 | instruction |
| RETURN | 156 | instruction |
| RIGHT$ | 245 | function |
| RND | 223 | function |
| RUN | 152 | instruction |
| SCRN | 242 | function |
| SGN | 214 | function |
| SHOOT | 163 | instruction |
| SIN | 227 | function |
| SOUND | 167 | instruction |
| SPC | 197 | function |
| SQR | 222 | function |
| STEP | 203 | instruction |
| STOP | 179 | instruction |
| STORE | 130 | instruction |
| STR$ | 334 | function |
| TAB | 194 | function |
| TAN | 228 | function |
| TEXT | 161 | instruction |
| THEN | 201 | instruction |
| TO | 195 | instruction |
| TROFF | 133 | instruction |
| TRON | 132 | instruction |
| TRUE | 239 | constant |
| UNTIL | 140 | instruction |
| USR | 217 | function |
| VAL | 235 | function |
| WAIT | 181 | instruction |
| ZAP | 165 | instruction |
|