Jump to content

Loops/Downward for: Difference between revisions

Add Draco
(add brainf****)
(Add Draco)
Line 882:
=={{header|Delphi}}==
:''See [[#Pascal|Pascal]]''
 
=={{header|Draco}}==
<lang draco>proc nonrec main() void:
byte i;
for i from 10 downto 0 do
write(i," ")
od
corp</lang>
{{out}}
<pre>10 9 8 7 6 5 4 3 2 1 0</pre>
 
=={{header|DWScript}}==
2,114

edits

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