Loops/Downward for: Difference between revisions

Content added Content deleted
(→‎{{header|PL/0}}: Added a solution.)
Line 1,950: Line 1,950:
for i = 10 to 0 step -1 see i + nl next
for i = 10 to 0 step -1 see i + nl next
</syntaxhighlight>
</syntaxhighlight>

=={{header|RPL}}==
≪ 10 1 '''FOR''' n
n
-1 '''STEP'''


=={{header|Ruby}}==
=={{header|Ruby}}==