Arithmetic/Integer: Difference between revisions

m
→‎{{header|REXX}}: change comment in the REXX section header.
m (→‎{{header|REXX}}: changed a comment.)
m (→‎{{header|REXX}}: change comment in the REXX section header.)
Line 2,833:
 
=={{header|REXX}}==
All operators automatically produce integers   (up to 20 decimal digits in the program below),   or
<br>or numbers in exponential format when necessary.
<lang rexx>/*REXX program obtains two integers from the C.L. (a prompt); displays some operations.*/
numeric digits 20 /*#s are round at 20th significant dig.*/