LUA_QL
return (lisprint(token)) ? luaO_pushfstring(ls->L, LUA_QL("%c"), token) :
"invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"),
default: luaX_syntaxerror(ls, LUA_QL("=") " or " LUA_QL("in") " expected");
default: luaX_syntaxerror(ls, "<name> or " LUA_QL("...") " expected");
"cannot use " LUA_QL("...") " outside a vararg function");
luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
"(missing arguments to " LUA_QL("%%b") ")");
luaL_error(ms->L, "missing " LUA_QL("[") " after "
LUA_QL("%%f") " in pattern");
luaL_error(ms->L, "invalid use of " LUA_QL("%c")
return luaL_error(L, "invalid option " LUA_QL("%%%c") " to "
LUA_QL("format"), *(strfrmt - 1));
luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */
return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
LUA_QL("concat"), luaL_typename(L, -1), i);
#define LUA_QS LUA_QL("%s")
luaG_runerror(L, LUA_QL("for") " initial value must be a number");
luaG_runerror(L, LUA_QL("for") " limit must be a number");
luaG_runerror(L, LUA_QL("for") " step must be a number");