Loops/For with a specified step: Difference between revisions

m
m (Added Nimrod code)
Line 627:
Output:<pre>A D G J M P S V Y \ _ b e h k n q t w z</pre>
 
=={{header|NirodNimrod}}==
<lang nirodnimrod>for x in countdown(10,0,3): echo(x)</lang>
{{out}}
<pre>10
118

edits