4 lines
48 B
QBasic
4 lines
48 B
QBasic
|
for i=1 to 10
|
||
|
print i, i*i
|
||
|
next
|