Self numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|AppleScript}}: Fixed a bug in the fastForward() handler that caused a hang when the start index was the last in a block.)
m (→‎{{header|AppleScript}}: Fixed test code change left over from testing the fix.)
Line 113: Line 113:


-- One hundred millionth:
-- One hundred millionth:
selfNumbers(9.777777778E+9 + 15)
selfNumbers(100000000)
--> {1.022727208E+9}</lang>
--> {1.022727208E+9}</lang>