lua-users home
lua-l archive

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


> More accurately, it should return the number of values it pushed,
> which for most push functions will always be 1.

lua_pushlstring and friends already return the pushed string,
and that is useful.