home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / mg-3b.lha / mg-3b / REXX / line.mg < prev    next >
Encoding:
Text File  |  1990-06-02  |  146 b   |  11 lines

  1. /* exercise the rexx-line command */
  2.  
  3. options results
  4. options failat 2
  5.  
  6. 'rexx-line'
  7. save = result
  8. 'end-of-buffer'
  9. 'rexx-insert' '"'save'"'
  10. exit 0
  11.