02-03-2017, 11:03 PM
True
hock:
I didn't know this behaviour.
Where can I find more info about this?
anyway, the fastest way to this is:

I didn't know this behaviour.
Where can I find more info about this?
anyway, the fastest way to this is:
Code:
DIM x AS Byte = 0
myloop:
x=(x+1) MOD 50
PRINT AT 0,0;x,
GOTO myloop