Word wheel: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header and the output section.
m (→‎{{header|Haskell}}: ( tidying ))
m (→‎{{header|REXX}}: added wording to the REXX section header and the output section.)
Line 396:
letters in the word wheel (grid).
 
Additional information is also provided concerning how many words have been skipped due to the various filters.
<lang rexx>/*REXX pgm finds (dictionary) words which can be found in a specified word wheel (grid).*/
parse arg grid minL iFID . /*obtain optional arguments from the CL*/
Line 478:
eke elk keel keen keg ken keno knee kneel knew know knowledge kong leek week wok woke
</pre>
<small>Note: &nbsp; my "personal" dictionary that I built &nbsp; (over &nbsp; 915,000 &nbsp; words), &nbsp; there are &nbsp; 178 &nbsp; words that are in the (above) word wheel.</small>
 
{{out|output|text=&nbsp; when using the inputs: &nbsp; &nbsp; <tt> satRELion &nbsp; -3 </tt>}}