Self numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: updated comments inline with AppleScrpt entry, and removed an over-eagerly inserted 7&0)
m (→‎{{header|Phix}}: +fast, again)
Line 936: Line 936:
if doneAfterAdding(11,9) then return output end if
if doneAfterAdding(11,9) then return output end if
-- If necessary, forward to last self number before the lowest-order block containing first number rqd.
-- If necessary, fast forward to last self number before the lowest-order block containing first number rqd.
if counter<startIndex then
if counter<startIndex then
-- The highest-order blocks whose ends this handles correctly contain 9,777,777,778 self numbers.
-- The highest-order blocks whose ends this handles correctly contain 9,777,777,778 self numbers.