lua-users home
lua-l archive

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


On Wed, Apr 7, 2010 at 12:49 PM, Stuart P. Bentley
<stuart@testtrack4.com> wrote:
> So it's basically just pcall(assert(loadfile(...)))?

No, see [1].

> My point is, if we can write our own dostring, can't we just as easily write
> our own dofile?

Yes.

[1] http://permalink.gmane.org/gmane.comp.lang.lua.general/64649

-- 
- Patrick Donnelly