Print debugging statement: Difference between revisions

m
→‎{{header|REXX}}: added a programming note about the cause of the error.
(→‎{{header|REXX}}: added more wording to the REXX section preamble.)
m (→‎{{header|REXX}}: added a programming note about the cause of the error.)
Line 446:
Error 42.3: Arithmetic overflow; divisor must not be zero
</pre>
Programming note: &nbsp; this error occurred because when the &nbsp; '''random''' &nbsp; BIF is invoked
with &nbsp; ''one'' &nbsp; argument (as is here), &nbsp; the
<br>range of random numbers generated are integers from zero to the value of the argument (inclusive).
 
=={{header|zkl}}==