os.exit ([code])

Calls the C function exit, with an optional code, to terminate the host program. The default value for code is the success code.

EVERYTHING
Operating System Facilities
os.clock
os.date
os.difftime
os.execute
os.exit
os.getenv
os.remove
os.rename
os.setlocale
os.time
os.tmpname

[ ? | | @ ]