lua-users home
lua-l archive

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


On Mon, 7 Mar 2011 07:02:05 -0600, Jeff Pohlmeyer
<yetanothergeek@gmail.com> wrote:
>If you want to return an exit code to the shell, you can use e.g.
>
>os.exit(1)

Thanks for the tip.