RosettaCodeData/Task/Loops-Downward-for/Commodore-BASIC/loops-downward-for.basic

4 lines
46 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 FOR I = 10 TO 0 STEP -1
20 PRINT I
30 NEXT