home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
datafiles
/
text
/
howtocode
/
utils
/
ced
/
errors.ced
< prev
next >
Wrap
Text File
|
1995-02-27
|
258b
|
18 lines
/* ERRORS.CED - Macro to view or unview (urghh) errors in
Cygnus Ed
*/
options results
LF = '0A'X
jump to file "errors"
if result = 0 then do
address command "ed ram:errors"
jump to file "errors"
editable file
exit 0
end
quit