[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extending assert () functionality
- From: Rebel Neurofog <rebelneurofog@...>
- Date: Sat, 25 Jun 2011 23:21:02 +0400
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...