home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / ASCII / TEXTE / SCENE / AMIGA / Useful-Amiga / HowToCode / utils / ced / errors.ced < prev    next >
Encoding:
Text File  |  1994-05-14  |  258 b   |  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.