home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / Flist_etc / fl.flex next >
Text File  |  1988-04-28  |  267b  |  18 lines

  1. /* This is a rexx prog...
  2.  
  3.     Here we test message passing between rexx and Flist. */
  4.  
  5. /* trace off uncomment the trace to see the return codes from flist */
  6.  
  7. address "flport"
  8.  
  9.  'testing...'
  10.  'this'
  11.  'is'
  12.  'a'
  13.  'test'
  14.  'end'      /* this should kill flist */
  15.  
  16. exit
  17.  
  18.