Fixed math co-pro error with signed multiplications
dtremblay
released this
28 Dec 18:07
·
212 commits
to master
since this release
Sample code in BASIC:
z=1
z=z*-1
print z
This used to return 65535 in the IDE and -1 on the machine.