home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / 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.