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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-14
|
258 b
|
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