Query: (0x9A>>3) as decimal Output: (0x9) >> 3 = 1 Expected: (0x9A) >> 3 = 19 Likely something in the parser is being too greedy when looking for characters.
Query: (0x9A>>3) as decimal
Output: (0x9) >> 3 = 1
Expected: (0x9A) >> 3 = 19
Likely something in the parser is being too greedy when looking for characters.