Loops/Downward for: Difference between revisions

m
(Added Chipmunk Basic, MSX Basic and Quite BASIC)
Line 346:
Sadly, ALGOL-M's FOR statement does not allow a negative value
for STEP, so we have to use a WHILE loop if we wish to count down.
<syntax highlightsyntaxhighlight lang="ALGOL">
begin
 
Line 364:
10 9 8 7 6 5 4 3 2 1
</pre>
 
 
=={{header|ALGOL W}}==
211

edits