Dofile
From OpenEUO
Revision as of 18:52, 7 October 2010 by 76.184.213.234 (Talk)
dofile (filename)
Opens the named file and executes its contents as a Lua chunk. Returns all values returned by the chunk. In case of errors, dofile propagates the error to its caller (that is, dofile does not run in protected mode).