home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / RxAsl / Examples / filterF.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2001-09-18  |  65 b   |  8 lines

  1. /* */
  2.  
  3. parse arg id, sm, a, b
  4.  
  5. say id sm c2x(a) c2x(b)
  6.  
  7. return 1
  8.