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

4 lines
46 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
10 FOR I = 10 TO 0 STEP -1
20 PRINT I
30 NEXT