Prime words: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a blank line to the output.)
Line 627: Line 627:
say
say
say copies('─', 30) recs "usable words in the dictionary file: " iFID
say copies('─', 30) recs "usable words in the dictionary file: " iFID
say
say 'found ' # " prime words in the dictionary."
say 'found ' # " prime words in the dictionary."
exit 0 /*stick a fork in it, we're all done. */
exit 0 /*stick a fork in it, we're all done. */
Line 676: Line 677:


────────────────────────────── 25104 usable words in the dictionary file: unixdict.txt
────────────────────────────── 25104 usable words in the dictionary file: unixdict.txt

found 36 prime words in the dictionary.
found 36 prime words in the dictionary.
</pre>
</pre>