m
no edit summary
(yank divs, fix headers) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Parse a string as Lua code and return it as a reference to a function. | Parse a string as Lua code and return it as a reference to a function. | ||
func, errorMessage = loadstring("luaCodeBlock"[, "chunkName"]); | func, errorMessage = loadstring("luaCodeBlock"[, "chunkName"]); | ||