[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua references
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 06 Jan 1998 11:12:47 -0200
> All that makes sense to me and is exactly what I had expected but the
> following isn't true when I try it:
>
> >get_ref(a_lua_ref) == get_ref(b_lua_ref)
The explanation is perfectly correct, but for this last bit. According to
the manual:
"Values of type lua_Object have no meaning outside Lua; for instance,
the comparison of two lua_Object's is undefined."
-- Roberto