home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / dev / AmigaE / E_v3.2a / Src / Tools / Arexx / arexxtest.rexx < prev   
OS/2 REXX Batch file  |  1992-09-02  |  147b  |  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.