home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
rxarplib.lha
/
rexx
/
filelist
/
cleanlast.txed
< 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
|
1988-07-13
|
193 b
|
11 lines
/* this checks the last line and deletes it when appropriate
it is called cleanlast.txed */
OPTIONS results
Bottom
Up
STATUS L
parse var result a type rest
if type ~= "Dir" then DLine
Top