lua-users home
lua-l archive

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


> > As he pointed out, use loadfile in that case.
> 
> Only in 5.1, though, right?

Yes. In 5.0 a chunk is a function with no parameters.

-- Roberto