Jump to content

Quadrat special primes: Difference between revisions

m
→‎{{header|REXX}}: fixed a typo.
m (→‎{{header|REXX}}: added/changed comments and whitespace, added a foot separator.)
m (→‎{{header|REXX}}: fixed a typo.)
Line 472:
w= 10 /*width of a number in any column. */
title= 'the smallest primes < ' commas(hi) " such that the" ,
'difference of successive termaterms are the smallest quadrat numbers'
if cols>0 then say ' index │'center(title, 1 + cols*(w+1) )
if cols>0 then say '───────┼'center("" , 1 + cols*(w+1), '─')
Cookies help us deliver our services. By using our services, you agree to our use of cookies.