Blame | Last modification | View Log | Download
10 gfx 020 cls30 plot 10,50,440 line 200,100,350 line 50,150,260 line 250,0,99999 pause10 gfx 020 cls30 let x=1000040 let y=0100 plot 160+x/256,100+y/256,4250 let u=x260 let v=y270 let x=-(u+v/3)280 let y=-(v-u/5)290 line 160+x/256,100+y/256,4300 goto 200