ack/lang/basic/test/test11.bas

5 lines
72 B
QBasic

100 rem the first forloop
110 for i=1 to 4 step2
120 print i
130 nexti