home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
misc
/
howtocod.lha
/
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
|
1992-09-02
|
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