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 >
Wrap
Text File
|
1992-04-26
|
205b
|
8 lines
/* LookUp.dme © 1992 Fergus Duniho */
/* Gets a single word and calls the Spell Checker */
Call Open 'Word', 'T:TEXT', 'W'
Call Writeln 'Word', stringreq('Enter Word')
Call Close 'Word'
Call SpellChecker