s a general purpose calculator if desired.
===== Operators =====
Operators based on precedence from lowest to highest are:
| Array Separator (`,`) | Allows a text ... then `MyKMVariable[2]` returns "34". |
| Ternary Operator (`?`) | a=b ? 3 : 4 |
| Bitwise OR (`|`), Bitwise AND (`&`) and Bitwise XOR | bitwise operators, which also act as logical boolean operators for