Jump to content

Loops/While: Difference between revisions

Added implementation for dc
(Added Maple implementation)
(Added implementation for dc)
Line 223:
2
1</pre>
 
=={{header|Dc}}==
People may think all loops in Dc looks alike. In fact, there aren't loop, but conditional execution in Dc. You expand and execute the content of a register (in here, p) whenever the condition is satisfied.
<lang Dc>1024[p2/d0<p]dspx</lang>
 
=={{header|Delphi}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.