home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 600-699 / ff645.lha / DMD / REXX / LookUp.dme < prev    next >
Text File  |  1992-04-26  |  205b  |  8 lines

  1. /* LookUp.dme © 1992 Fergus Duniho */
  2. /* Gets a single word and calls the Spell Checker */
  3.  
  4. Call Open 'Word', 'T:TEXT', 'W'
  5. Call Writeln 'Word', stringreq('Enter Word')
  6. Call Close 'Word'
  7. Call SpellChecker
  8.