quit
Terminates the current session of the application.
Syntax
quit
quit(code)
Inputs
- code
- Code with which the application exits.
Example
Terminate the application:
quit()
Terminates the current session of the application.
quit
quit(code)
quit()