Hello,
Tool started to support hex (0x) and binary numbers (0b) starting with the latest release. However, I found a bug.
"(0x0)" --> Parse error: Invalid integer literal '0x0)'
"(0x0 )" --> Successfully calculated
This bug causes trouble when functions are used. E.g. "MyFunction(0xABC)"
Hello,
Tool started to support hex (0x) and binary numbers (0b) starting with the latest release. However, I found a bug.
"(0x0)" --> Parse error: Invalid integer literal '0x0)'
"(0x0 )" --> Successfully calculated
This bug causes trouble when functions are used. E.g. "MyFunction(0xABC)"