clear
for i=1 to 9
for j=1 to i
alltrim(str(i))+"*"+alltrim(str(j))+"="+alltrim(str(i*j))+space(3)
endfor
Endfo