home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / Src / Tools / Arexx / arexxtest.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1992-09-02  |  147 b   |  15 lines

  1. /* rx module test */
  2.  
  3. address AREXXTESTPORT
  4.  
  5. OPTIONS RESULTS
  6.  
  7. say 'testing....'
  8.  
  9. 'bla'
  10. say 'result='result
  11. 'quit'
  12. say 'result='result
  13.  
  14. say 'done.'
  15.