![]() |
Data |
Prev: 09929 | Up: Map |
Used by the routine at S_LETTER. Each entry in this table points to an entry in the table of priorities.
|
|||||||
OPERATORS | 10133 | DEFB "+",207 | + | ||||
10135 | DEFB "-",195 | - | |||||
10137 | DEFB "*",196 | * | |||||
10139 | DEFB "/",197 | / | |||||
10141 | DEFB 94,198 | ↑ | |||||
10143 | DEFB "=",206 | = | |||||
10145 | DEFB ">",204 | > | |||||
10147 | DEFB "<",205 | < | |||||
10149 | DEFB 199,201 | <= | |||||
10151 | DEFB 200,202 | >= | |||||
10153 | DEFB 201,203 | <> | |||||
10155 | DEFB 197,199 | OR | |||||
10157 | DEFB 198,200 | AND | |||||
10159 | DEFB 0 | End marker. |
Prev: 09929 | Up: Map |