1
The Axe Parser Project / Re: Bug Reports
« on: April 12, 2014, 01:49:00 pm »
I found three Axe 1.2.2 bugs :
- 1+{Y1} is equal to {Y1}, whereas {Y1}+1 works correctly. Actually, everything before a file read is not taken in account, as if HL was reset.
- The *^ operator gives strange results, like 1000*^1 = 775. It didn't happen with Axe 1.2.1.
- When a Return is at the last line of a source file, it is ignored. For example, "2:Return 1" returns 2, but "2:Return 1:" returns 1.