I find this for loop repeats, only happens if to is set to 255 ``` for x = 0 to 255 print at 0,0;x pause 1 next x pause 0 ```