> 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.