home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Beispiele_2.0 / TestRVI / TestRVI.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-05-09  |  189 b   |  9 lines

  1. /* Simple REXX test program for VarTest */
  2. /* Make sure VarTest is running first... */
  3.  
  4. a.1 = "Just a test"
  5. address 'MYPORT' hello
  6. say 'After command status=' status
  7.  
  8. address 'MYPORT' quit
  9.