TetaTricks/code/Basic/yabasic-1.bas
2023-03-03 21:27:18 +01:00

4 lines
48 B
QBasic

for i=1 to 10
print i, i*i
next