.. _halt-command-label: ================= HALT Command ================= Material prepared from `M Programming Book`_ [WALTERS1997]_ Pages 39,112-113,147 and `GT.M Programmer's Guide`_ | HALT The HALT command is used to log off the system when you’re done working with the M interpreter. | Simply type HALT and hit . Logging off any other way, such as unplugging the computer or leaving the terminal without doing anything, will not signal to the system that you are done. Not using the HALT function to exit can result in serious consequences later on. References ########## `HALT page at GT.M Programmer's Guide`_ .. _M Programming book: http://books.google.com/books?id=jo8_Mtmp30kC&printsec=frontcover&dq=M+Programming&hl=en&sa=X&ei=2mktT--GHajw0gHnkKWUCw&ved=0CDIQ6AEwAA#v=onepage&q=M%20Programming&f=false .. _GT.M Programmer's Guide: http://tinco.pair.com/bhaskar/gtm/doc/books/pg/UNIX_manual/index.html .. _HALT page at GT.M Programmer's Guide: http://tinco.pair.com/bhaskar/gtm/doc/books/pg/UNIX_manual/ch06s07.html