_I get this error on parseInt_ type mismatch: got <string> but expected one of: **proc parseInt(s: string; number: var int; start = 0): int**
first type mismatch at position: 2 missing parameter: number expression: parseInt(param)** _but the manual states that parseInt only has one argument:_ [https://nim-lang.org/docs/strutils.html#parseInt%2Cstring](https://nim-lang.org/docs/strutils.html#parseInt%2Cstring)
