Jump to content

Increasing gaps between consecutive Niven numbers: Difference between revisions

m
m (→‎{{header|Perl 6}}: Minor changes to make threshold configurable with a parameter for ease of automated testing)
m (→‎{{header|Perl 6}}: better idiom)
Line 155:
++$index;
$last = count;
exitlast if $index >= $threshold;
}</lang>
{{out}}
10,339

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.