3 # nsieve-bits-2 N (N = 9 for shootout)
6 # modified by Karl Forner to accept shootout default value of N=2
13 flags = new 'FixedBooleanArray'
41 .local int argc, i, j, N, M, count
45 if argc == 1 goto default
56 count = primes_in_range(M)
57 $P0 = new 'FixedIntegerArray'
61 $S0 = sprintf "Primes up to %8u %8u\n", $P0
72 # vim: expandtab shiftwidth=4: