lua-users home
lua-l archive

Re: creating a table from a file

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

AltStyle によって変換されたページ (->オリジナル) /