Jump to content

Increasing gaps between consecutive Niven numbers: Difference between revisions

m
removed the forcing of the placement of the TOC (table of contents).
(→‎{{header|REXX}}: elided the 2nd REXX version.)
m (removed the forcing of the placement of the TOC (table of contents).)
Line 32:
:*   [https://cs.uwaterloo.ca/journals/JIS/VOL6/Doyon/doyon.pdf (PDF) version of the (above) article by Doyon].
<br><br>
 
__TOC__
 
=={{header|Go}}==
Line 637 ⟶ 635:
commas: parse arg _; do c=length(_)-3 to 1 by -3; _=insert(',', _, c); end; return _
tell: say arg(1); return</lang>
{{out|output|text=&nbsp; is identical to the 1<sup>st</sup> REXX version.}} <br><br> !--!>
 
=={{header|zkl}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.