[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: run .lua
- From: "Hu Qiwei" <huqiwei@...>
- Date: Sun, 27 Jan 2008 23:09:19 +0800
I think you should use dofile() and os.exit() instead. So read the lua manual carefully.
>dofile "busca.lua"
...
>os.exit()