lua-users home
lua-l archive

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


If you want to return an exit code to the shell, you can use e.g.

os.exit(1)

 - Jeff