home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / OB3.2D4.DMS / in.adf / rexx / cF10.oed < prev    next >
Encoding:
Text File  |  1992-10-15  |  104 b   |  8 lines

  1. /* OEd Rexx Command  'Ctrl + F10': save file and close OEd's window */
  2.  
  3. Address 'OEd'
  4.  
  5. 'save';
  6. 'quit';
  7.  
  8.