next up previous contents
Next: PRINT USING Up: 繰り返し、二つ以上の条件式 Previous: Sample Program 6a   Contents

Sample Program 6b


\begin{code}
100 fori=1to9
110 for j=1 to 9
120 if i*j < 10 then print '' ''; 130 print i*j;
140 next j
150 print
160 next i
990 end
\end{code}



Takeyoshi Nagai 2013-10-07