Files
tsvm/assets/ltkaput.bas

7 lines
70 B
QBasic

10 c=10
20 if c<4 then 200
30 c=c-1
40 print c
50 goto 20
200 print c