Middle three digits: Difference between revisions

Content deleted Content added
m →‎{{header|C}}: lang tag
m →‎version 2: added a comment to the section header. -- ~~~~
Line 1,003:
<br>So is the value of a &nbsp; '''googol''' &nbsp; and a &nbsp;'''googleplex'''.
<br><br>This REXX version is limited to numbers whose absolute value ≤ 100,000 digits.
<br>(The limit is defined via the &nbsp; '''NUMERIC DIGITS''' &nbsp; statement.)
<lang rexx>/*REXX program returns the 3 middle digits of a number (or an error). */
n ='123 12345 1234567 987654321 10001 -10001 -123 -100 100 -12345',