Exit Command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to exit the program in a controlled way. {| | style="background:yellow; color:black; width:800px" | '''wipe''' |} This command is used to terminate the application,...) |
No edit summary |
||
Line 1: | Line 1: | ||
This command is used to exit the program in a controlled way. | This command is used to exit the program in a controlled way. | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | ''' | | style="background:yellow; color:black; width:800px" | '''exit''' | ||
|} | |} | ||
Revision as of 22:21, 25 September 2009
This command is used to exit the program in a controlled way.
exit |
This command is used to terminate the application, invoking the necessary destructors on all the objects. This is needed for example to ensure files get closed and that the parallel interpreters shutdown correctly.
Code Developed by: fmk