lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> If you can trust the input, you can use loadfile() to execute the entire
> file.

loadfile compiles but does not execute the code. loadfile returns a function
that needs to be called to execute the code.