mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-11 05:31:51 +09:00
7 lines
70 B
QBasic
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
|