Textonyms: Difference between revisions

16 bytes removed ,  3 years ago
m
→‎{{header|REXX}}: changed the wording in the REXX section header.
(→‎{{header|REXX}}: added/changed comments and whitespace, added commas to numbers being displayed, aligned numbers, changed wording for the output text(s),)
m (→‎{{header|REXX}}: changed the wording in the REXX section header.)
Line 2,027:
 
=={{header|REXX}}==
ThisExtra REXXcode versionwas checksadded fordetect and displaysdisplay thea count ofillegal thewords number of  (illegal) words not representable by the ''key digits''.),   and
<br>It also detectsduplicate andwords displaysin the count of duplicate wordsdictionary.
<lang rexx>/*REXX program counts and displays the number of textonyms that are in a dictionary file*/
parse arg iFID . /*obtain optional fileID from the C.L. */