Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: David Burgess <dabsoft@...>
- Date: 2010年1月12日 09:01:26 +1100
My mistake, I misread the code, I presumed in 5.2 that a Lua file ending
with
return false
would return with an exit code of EXIT_FAILURE
BTB, I think this would be compatible with the new os.exit() behaviour?
Roberto Ierusalimschy wrote:
2. Lua standalone in the manual does not mention the "return false" effect.
What is the "return false" effect?
-- Roberto