When I use `parallel` I get this compiler error:
    
    
      parallel:
        var cnt = 0'u                      # count for the nonprimes, the '1' 
bytes
        for i in 0..rescnt-1:              # count Kn resgroups along each 
restrack
          cnt += spawn segcount(i*KB, Kn)  <-- points to start of '('
      sync()
      primecnt += cnt
    -------------------------------------------------------------
    ssozp5x1c1par.nim(155, 28) Error: 'spawn' must not be discarded
    

Reply via email to