LUA_PUSHNUMBER(3) | Library Functions Manual | LUA_PUSHNUMBER(3) |
lua_pushnumber
—
pushes a number onto the stack, function indicator [-0, +1,
-]
#include
<lua.h>
void
lua_pushnumber
(lua_State
*L, lua_Number
n);
lua_pushnumber
()
pushes a number with value n onto the stack.
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The lua_pushnumber
() manual page is based
on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 18, 2022 | Debian |