for i=1to 9a=a*10+i:?a using"%9.f"," * 9 + ",i+1using"##"," = ",a*9+i+1next