exit
Terminates the current session of the application.
Syntax
exit
exit(code)
Inputs
- code
- Code with which the application will exit.
Example
Simple exit example.
exit
Terminates the current session of the application.
exit
exit(code)
Simple exit example.
exit