lua-users home
lua-l archive

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


On Tue, Mar 16, 2010 at 3:20 PM, Lingfeng Xiong <jilingshu@gmail.com> wrote:
> hi,
> Then,could tell me how to make a module by myself?i wanna make a
> module to check if it is the system problem.
>

I believe RTFM is sometimes the best answer:

Check Part IV in this
http://www.lua.org/pil/

and read functions in this
http://www.lua.org/manual/5.1/