|
On Mar 16, 2014, at 2:39 AM, Rena <hyperhacker@gmail.com> wrote:
Yes that’s what we do .. we adopted the notation used in the Lua reference: lua_pushnil(L); // [-0,+1]=1 Push nil lua_pushstring(L, “xxx”); // [-0,+1]=2 Push string … etc It’s a bit of a pain to comment but does help keep track of stuff. —Tim |