Arithmetic/Integer: Difference between revisions

m
→‎{{header|REXX}}: added words to the REXX section header.
m (→‎{{header|REXX}}: added words to the REXX section header.)
Line 3,207:
 
=={{header|REXX}}==
All operators automatically produce integers where appropriate   (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.*/