R/lua_internal.R

Defines functions lua_gettop

# Access to Lua API

lua_gettop = function(L = NULL) .Call(`_luajr_lua_gettop`, L)

Try the luajr package in your browser

Any scripts or data that you put into this service are public.

luajr documentation built on June 8, 2025, 10:40 a.m.