[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (final) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 14 Jan 2015 16:26:29 -0200
> >>If the function was just returning nothing, that would be ok. But
> >>in fact it is returning an error indicator followed by the error
> >>message. To mix an error indicator with an absent value is what
> >>bothers
> >>me.
> But what value could be that error indicator?
'false' (as I explained in previous messages).
-- Roberto