In the system module documentation 
([https://nim-lang.org/docs/system.html#module-system](https://nim-lang.org/docs/system.html#module-system))
 there is a paragraph that doesn't make much sense in the context it is shown, 
which is right after the heading 'Module system': "modify this variable to 
specify the exit code of the program under normal circumstances. When the 
program is terminated prematurely using quit, this value is ignored."

Much further down there is a var called "programResult" which doesn't have any 
associated description.

It seems to me that the paragraph at the top probably belongs to this var but 
has become incorrectly placed somehow.

Reply via email to