Jump to content

Loops/Downward for: Difference between revisions

fix position of bait
(add bait)
(fix position of bait)
Line 576:
}
}</syntaxhighlight>
 
=={{header|Axe}}==
Axe does not support for loops with step sizes other than 1.
<syntaxhighlight lang="axe">For(I,0,10)
Disp 10-I▶Dec,i
End</syntaxhighlight>
 
=={{header|Bait}}==
Line 585 ⟶ 591:
}
</syntaxhighlight>
 
=={{header|Axe}}==
Axe does not support for loops with step sizes other than 1.
<syntaxhighlight lang="axe">For(I,0,10)
Disp 10-I▶Dec,i
End</syntaxhighlight>
 
=={{header|BASIC}}==
24

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.