2017-02-04, 12:03 AM
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