if (error) { fprintf(stderr, "%s\n", lua_tostring(L, -1)); lua_pop(L, 1); /* pop error message from the stack */. } printf("> ");. } lua_close(L); return 0;.
確定! 回上一頁