Hello Everyone
I am new to Lua programming. I have gone through the notes on lua and searched on google. But I cant understand few of these functions.Please excuse me for being slow:
1. is LuaL_TNUMBER same as Lua_TONUMEBER?if not what is LUA_TNUMBER?
2.I have to import a C function(with two arguments) to lua. I have seen in many examples, whenever C functions with arguments are called they do this
luaL_checktype(L, 1, LUA_TNUMBER);