home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / RefMacro_ARexx / Ref_II / refquit.txed < prev    next >
Encoding:
Text File  |  1988-04-28  |  90 b   |  8 lines

  1. /* Remove Reference from the cliplist and QUIT */
  2.  
  3. l = setclip("Reference")
  4.  
  5. 'QUIT'
  6.  
  7. exit
  8.