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

2 lines
43 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
FOR I = 10 TO 0 STEP -1 : PRINT I : NEXT I