Name: Anonymous 2008-12-17 20:37
Hey /prog/, I've been experimenting with TI-BASIC and I think this is my best program yet!
:ClrDraw
:AxesOff
:Vertical 0
:Horizontal 0
:Line(-47,32,-47,0)
:Line(47,0,47,-30)
:Line(0,32,47,32)
:Line(0,-30,-47,-30)
:Pause
:ClrDraw
:AxesOff
:Vertical 0
:Horizontal 0
:Line(-47,32,-47,0)
:Line(47,0,47,-30)
:Line(0,32,47,32)
:Line(0,-30,-47,-30)
:Pause