4 lines
59 B
Text
4 lines
59 B
Text
|
|
FOR i% = 10 TO 0 STEP -1
|
||
|
|
PRINT i%
|
||
|
|
NEXT
|