Lua errors

From wikinotes
Revision as of 20:57, 11 February 2024 by Will (talk | contribs) (Created page with "lua errors are essentially untyped exceptions.<br> errors couple an embedded error object, with stack info.<br> lua itself returns errors with string error objects.<br> programs may bind any object as the error object.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

lua errors are essentially untyped exceptions.
errors couple an embedded error object, with stack info.
lua itself returns errors with string error objects.
programs may bind any object as the error object.