lua-users home
lua-l archive

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


> In my opinion, os.exit() is for exiting quickly and letting the OS
> worry about cleaning up.

Exactly. Nevertheless, in Lua 5.2, os.exit will accept a flag that tells
whether to close the Lua state.