Arithmetic/Integer: Difference between revisions

→‎{{header|REXX}}: added a comment to the REXX section header.
(→‎{{header|REXX}}: changed the program (for validating the input), add/changed comments and whitespace.)
(→‎{{header|REXX}}: added a comment to the REXX section header.)
Line 2,621:
 
=={{header|REXX}}==
All operators automatically produce integers (up to 20 decimal digits in the program below),   or numbers in exponential format when necessary.
<lang rexx>/*REXX pgm gets 2 integers from the C,L. or via prompt; shows some operations.*/
numeric digits 20 /*#s are round at 20th significant dig.*/