Hm... The following does not compile for me on both 64-bit Windows 7 and 32-bit 
Windows XP (nim version 0.17.2): 
    
    
    proc foo(ci: cint) = discard
    for i in 0 .. 5:
      foo(i)
    

Reply via email to