home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / comm / mail / thor / thor.lha / rexx / quit.thor < prev    next >
Text File  |  1994-08-06  |  420b  |  17 lines

  1. /*
  2. **  quit.thor - quits THOR. The FORCE keyword is optional and will close everything
  3. **                internal editors without asking.  Use the FORCE option will
  4. **                caution since messages etc. in the editors will not be saved
  5. **                before closing.  Without FORCE, THOR will ask the user to close
  6. **                all editors first.
  7. **
  8. **    Will return 0.  
  9. **
  10. **    No template except for the command name.
  11. */
  12.  
  13. address "THOR.01"
  14.  
  15. QUIT FORCE
  16.  
  17.