lua-users home
lua-l archive

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


Hello!

I'm trying to understand handling of run-time errors by lua. Can you
please give some examples of those errors (division by zero leads to NaN
:)

What does it mean that in lua_call "any error inside the called function
is propagated upwards (with a longjmp)"? Long jump to where?

Thank you

Andrei