[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:28:52 -0200
> So, if the first return is nil, you should be able to safely assume
> that there won't be anything of interest after that. Except an
> explanation.
You got my point, except about your "except" :-) If the first return is
nil, you should be able to safely assume that there won't be anything of
interest after that. Period.
-- Roberto