Changeable words: Difference between revisions

m
→‎{{header|REXX}}: changed a wording in the REXX section header.
m (→‎{{header|REXX}}: changed whitespace and some comments, used a better variable name, optimized the inner DO loop.)
m (→‎{{header|REXX}}: changed a wording in the REXX section header.)
Line 551:
 
 
Programming note:   the alphabet   (used to changedchange any letter)   is ordered by the highest frequency of use.
<lang rexx>/*REXX program finds changeable words (within an identified dict.), changing any letter.*/
parse arg minL iFID . /*obtain optional arguments from the CL*/