home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / edit / mg / rexx / line.mg < prev    next >
Text File  |  1990-06-02  |  146b  |  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.