mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-19 21:43:27 +00:00
ibbiubjutfvukbslkgdbiul
This commit is contained in:
parent
aabb52caae
commit
e605ccfecc
@ -506,7 +506,6 @@ static struct Smain {
|
||||
|
||||
|
||||
const char *lua_init_script = "local clear = require(\"clear_globals\")\n"
|
||||
"-- clear.printAllGlobals()\n"
|
||||
"clear.clearAllGlobals()\n";
|
||||
|
||||
int call_c_function(lua_State *L);
|
||||
@ -569,6 +568,7 @@ static int pmain(lua_State *L)
|
||||
if (lua_stdin_is_tty()) {
|
||||
print_version();
|
||||
print_jit_status(L);
|
||||
printf("\nYou are in a Lua sandbox. You can use the following variables:\n\e[31mprint\e[0m, \e[32mstring\e[0m, \e[33mtable\e[0m, \e[34mtonumber\e[0m, \e[35mtostring\e[0m, \e[36mtype\e[0m\n\n");
|
||||
dotty(L);
|
||||
} else {
|
||||
dofile(L, NULL); /* Executes stdin as a file. */
|
||||
|
Loading…
Reference in New Issue
Block a user