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

2 lines
43 B
Text
Raw Permalink Normal View History

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