lua-users home
lua-l archive

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


> [...] Even Lua doesn't abort the process (notwithstanding the
> default panic handler). Rather, the VM remains in a consistent state.

The panic mode is only for ill-structured Lua programs. It corresponds
to unhandled exceptions in languages with exception handling.

-- Roberto