Word frequency: Difference between revisions

Content added Content deleted
m (→‎version 1: changed a lower-case A-ring to a lowercase version.)
m (→‎REXX version 2: marked the restrictions)
Line 314: Line 314:


===version 2===
===version 2===
50% faster than version 1 and suitable for ooRexx (as well as other REXXes)
50% faster than version 1 (original version) and suitable for ooRexx (as well as other REXXes).
It ignores all characters other than a-z and A-Z (which are tanslated to a-z).
<lang>/*REXX program reads and displays a count of words a file. Word case is ignored.*/
<lang>/*REXX program reads and displays a count of words a file. Word case is ignored.*/
Call time 'R'
Call time 'R'