Examples:
if (a & b) { ... } if (a | b) { ... }
Logic should be added in binaryExpression.js
Available PICO 8 operators that could be used:
band bor bxor bnot