home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / datafiles / text / howtocode / utils / ced / errors.ced < prev    next >
Text File  |  1995-02-27  |  258b  |  18 lines

  1. /* ERRORS.CED - Macro to view or unview (urghh) errors in
  2.    Cygnus Ed
  3.  
  4. */
  5.  
  6. options results
  7. LF = '0A'X
  8.  
  9. jump to file "errors"
  10.  
  11. if result = 0 then do
  12.         address command "ed ram:errors"
  13.         jump to file "errors"
  14.     editable file
  15.         exit 0
  16. end
  17. quit
  18.