Re: Behaviour of lua_equal and similar functions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Behaviour of lua_equal and similar functions
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2003年10月08日 09:00:20 -0300
> I guess they return 0 for "false", some other value for "true" and
> don't manipulate the stack - can anyone confirm this?
That's correct.
-- Roberto