Word frequency: Difference between revisions

→‎{{header|REXX}}: added some wording to the REXX section header.
(→‎{{header|REXX}}: added some wording to the REXX section header.)
Line 151:
=={{header|REXX}}==
This REXX version doesn't need to sort the list of words.
 
Currently, this version treats accented (non-Latin) letters as non-letters.   Additional support of accented letters is waiting for clarification from the task's author.
<lang rexx>/*REXX program reads and displays a count of words a file. Word case is ignored.*/
parse arg fID top . /*obtain optional arguments from the CL*/