| 190 | } |
| 191 | |
| 192 | static int dostring(lua_State *L, const char *s, const char *name) { |
| 193 | return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name)); |
| 194 | } |
| 195 | |
| 196 | /* |
| 197 | ** lua_readline defines how to show a prompt and then read a line from |
no test coverage detected