TetaTricks/code/Basic/yabasic-1.bas

4 lines
48 B
QBasic
Raw Normal View History

2023-03-03 21:27:18 +01:00
for i=1 to 10
print i, i*i
next