09-29-2022, 03:17 AM
(09-29-2022, 02:56 AM)PhilOfPerth Wrote: Hi Terry.
I find the colours quite acceptable (and I'm past the "3 score and ten" age). I'm enjoying working through your examples; they clarify things a lot for me.
I found something interesting while looking at lesson 3, the "NoNoGoto" example: When I changed the start value (count%) to an EVEN negative number (eg -4) everything was sweet, but when I used an ODD negative number (eg -3), the first result (for -3) was EVEN. Curiouser and curiouser!
Well that's odd? -3 MOD 2 is -1, so with a remainder <> 0 it should GOTO ODD