lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 09/02/2015 05:53, Dirk Laurie wrote:
The manual for `os.exit` states:

   If the optional second argument close is true, closes the Lua state before
   exiting.

1. Why would one want to do this?
2. Why would one not want to to do this every time?



Whilst I cannot answer as such ANSI C exit() executes a chain of exit code if there is one. If a c lib has used this could that be involved?