4 lines
46 B
Text
4 lines
46 B
Text
|
|
10 FOR I = 10 TO 0 STEP -1
|
||
|
|
20 PRINT I
|
||
|
|
30 NEXT
|