home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL1.DMS / in.adf / BIN / AREXX / StripCom.ed < prev    next >
Encoding:
Text File  |  1992-04-28  |  96 b   |  10 lines

  1. /* StripComments */
  2.  
  3. 'find "/*"'
  4. mark
  5. 'find "*/"'
  6. 'moveright 1'
  7. 'moveright 1'
  8. 'cut'
  9. 'backspace'
  10.