lua-users home
lua-l archive

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


But that's not the assert () way.
I can't create assertable function like:

function ob.method ()
   return func (), get_error
end

and then call it using assert ()

Kinda no chaining...