                                                                exit 
Chapter 3 System Management

The exit command may be executed by any user, at any time during and LTPlus
session.  Its sole and obvious purpose is to permit a graceful exit from the
LTPlus processing environment.  Graceful means that program and data files will
be protected from the sorts of violent and aggressive actions which  may occur
during an ungraceful or unplanned exit.  The exit command is a kinder and
gentler means of escape than what you would experience if some idiot were to
trip over and unplug the cpu power cord (a thousand points of light...).

exit
     
    Exit LTPlus.
     
         exit [n]

    Exit from LTPlus.  Setting the n value to 0 will exit without saving the
    current map, while a value of 1 will cause a save to occur upon exiting.
    ___________________________________________________________________________
    Options/arguments:

         n         Map save/not save flag, where
                   0 = no save
                   1 = save
    ___________________________________________________________________________
    Example(s):

    To leave LTPlus and save the current map, enter:

         exit 1
    ___________________________________________________________________________
    See also:

    ___________________________________________________________________________
