cls clg w=0 graphsize 400,400 color white rect 0,0,400,400 color black a=8 font "Arial",14,60 for i=1 to 10 t=a*i print i; print " x "; print a ; print " = "; print t w=w+30 u=100 a1=12 if i=1 then u=110 if i=10 then a1=4 text a1,w,i text 30,w, " x " text 55, w, a text 70, w, " = " text u , w , t next i