home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
rexx
/
mgclip.mg
< prev
next >
Wrap
Text File
|
1990-06-02
|
172b
|
9 lines
/*
* Adds it's argument to the list of clips we need to clean up on exit
* from mg.
*/
clipname = "mg.cleanclips."
call setclip clipname, getclip(clipname) arg(1)
exit