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