Jump to content

Loops/Downward for: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 272:
end.</lang>
 
=={{header|Amazing Hopper}}==
<lang Amazing Hopper>
#include <flow.h>
 
DEF-MAIN
CLR-SCR
SET(i, 10)
LOOP(ciclo abajo)
PRNL(i)
BACK-IF-NOT-ZERO(i--, ciclo abajo)
END
</lang>
{{out}}
<pre>
10
9
8
7
6
5
4
3
2
1
0
</pre>
=={{header|AmigaE}}==
<lang amigae>PROC main()
543

edits

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