lua-users home
lua-l archive

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


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?