I was browsing through the manual, reading about 'arguments' and 'parameters' - to check on the Nim terminology (e.g. formal/actual/arguments etc)
Looking at the Nim syntax, there is a definition for paramlist, but not for arglist.
I'm sure that the syntax is correct, but wondered if it should be written to include an argslist. Personally, I like to be able to find the syntax for terms used in the manual. (Only a minor point, I know).