| 助记词 | 运算符类型 | 运算符 |
| Ulcer | Unary | + - ++ – [[ rest...]] |
| Addicts | Arithmetic (and shift) | * / % + - << >> |
| Really | Relational | > < >= <= == != |
| Like | Logical (and bitwise) | && || & | ^ |
| C | Conditional (ternary) | A > B ? X : Y |
| A Lot | Assignment | = (and compound assignment like *=) |