Yes, that may be a bit confusing, there are two parseInt() procs in stdlib.

You may go to 
[https://nim-lang.github.io/Nim/lib.html](https://nim-lang.github.io/Nim/lib.html)

and type parseInt into the "search" field. Then you get

parseutils: parseInt(s: string; number: var int; start = 0): int

strutils: parseInt(s: string): int 

Reply via email to