Anti-primes: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m →‎{{header|Perl 6}}: use atomic ops to try to avoid concurrency issues.
Line 734:
my \mx = +propdiv($c);
next if mx <= $last;
atomic-assign: $last =, mx;
$c
}