Middle three digits: Difference between revisions

m
→‎version 2: changed wording in the REXX section header.
m (→‎{{header|Python}}: Adjusted output string)
m (→‎version 2: changed wording in the REXX section header.)
Line 4,023:
<br>So is the value of a &nbsp; '''googol''' &nbsp; and a &nbsp;'''googolplex'''.
<br><br>This REXX version is limited to numbers whose length is &nbsp; <big>≤</big> &nbsp; 100,000 &nbsp; decimal digits.
<br>(The decimal digits limit is defined via the &nbsp; '''numeric digits''' &nbsp; statement withinin the first line of the subroutine/procedure.)
<lang rexx>/*REXX program returns the three middle digits of a decimal number (or an error msg).*/
n= '123 12345 1234567 987654321 10001 -10001 -123 -100 100 -12345',