LUA_QS
return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
lua_pushfstring(L, "invalid option " LUA_QS, name));
luaL_error(L, "name conflict for module " LUA_QS, modname);
lua_pushfstring(L, "function " LUA_QS, ar->name);
lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1));
luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)",
"attempt to load a %s chunk (mode is " LUA_QS ")", x, mode);
return luaO_pushfstring(ls->L, LUA_QS, s);
return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff));
"label " LUA_QS " already defined on line %d",
"<goto %s> at line %d jumps into the scope of local " LUA_QS,
: "no visible label " LUA_QS " for <goto> at line %d";