Exemplo n.º 1
0
// luaL_where
func (L *State) Where(lvl int) {
	C.luaL_where(L.s, C.int(lvl))
}
Exemplo n.º 2
0
func Where(L *State, lvl int) {
	C.luaL_where(L.s, C.int(lvl))
}