Possible CE Bug?
UBERhelp1 03 Dec 2019 17:13
I have a program where I output a box of gray towards the bottom of the graph screen:
ClrDraw
BackgroundOn WHITE
Vertical 0,WHITE
-30ΔY→Y
Repeat Y=Ymin
Horizontal Y, MEDGRAY
Y-2ΔY→Y
End
You might notice I have a random "Vertical 0, WHITE" in there that serves no purpose. However, without it, the program resets Y to zero after the Repeat loop runs for the first time, so that the box of color goes from the center of the screen to the bottom. Seems like a bug.
🧟Initiating Project Horde 🧟