Why not just do this?
    
    
    proc testProc() =
      for i in 0..100:
        let j = $i
    
    
    Run

Reply via email to