Loops/Wrong ranges: Difference between revisions

m
add RPL
(add RPL)
m (add RPL)
Line 2,216:
</pre>
 
=={{header|RPL}}==
{| class="wikitable"
!start ||stop ||increment ||Result
Line 2,238:
|0||0||0||endless loop
|}
 
=={{header|Ruby}}==
A Range with a step (without a block) results in an ArthmeticSequence (an object). A step size of zero is perfectly valid.
1,151

edits