Void exit(Int code)
Arguments
code: The exit code
Usage
End the application and exit immediately with the given exit code. An exit code of zero is traditionally used for successful completion.
It is generally a bad idea to use this function in web applications.