TECO-64 icon indicating copy to clipboard operation
TECO-64 copied to clipboard

Arithmetic expression bug

Open LdBeth opened this issue 3 months ago • 7 comments

*iZZZZZ`j``
*0A=``
90
*(0A*2)=``
180
*(0A+(0A))=``
180
*(0A==(0A))=``
0
*(0A==90)=``
0
*((0A)==(1A))=``
0

The last three expressions should give -1 (true)

this problem is specifically with variable in the formnA as other variables such as (Z==Z) does give expected results.

LdBeth avatar Mar 17 '24 21:03 LdBeth