lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>Everytime you call lua_pushstring() a new string is pushed onto the stack.

Only true if the string is new to Lua.
--lhf