Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compounded Let statments
#2
True Confusedhock:
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)