user.code_operators_bitwise
List:
{user.code_operators_bitwise}>
| Spoken | Backend |
|---|---|
| bitwise and | BITWISE_AND |
| bitwise ex or | BITWISE_EXCLUSIVE_OR |
| bitwise left shift | BITWISE_LEFT_SHIFT |
| bitwise not | BITWISE_NOT |
| bitwise or | BITWISE_OR |
| bitwise right shift | BITWISE_RIGHT_SHIFT |