Indeed. The reason is that since Python is dynamically typed, Nim has no way to 
tell that the function always returns `None`, so it can't just allow you to 
silently throw away the result.

Reply via email to