nanochess/IntyBASIC

Fixed point additions and subtractions

artrag opened this issue · 1 comments

This line of code

#ex(0) = -1.0+.#ex(0)

does not work (it does nothing)

While this other

#ex(0) = #ex(0)-.1.0

works as expected

To be redesigned in another version.