ABC words: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added comments, changed indentation, added a 2nd output section for the vowels in order.)
m (→‎{{header|REXX}}: changed a word in the REXX section header.)
Line 417: Line 417:
=={{header|REXX}}==
=={{header|REXX}}==
This REXX version doesn't care what order the words in the dictionary are in,   nor does it care what
This REXX version doesn't care what order the words in the dictionary are in,   nor does it care what
<br>case &nbsp;(lower/upper/mixed)&nbsp; the words are in, &nbsp; the search for alternades is &nbsp; ''caseless''.
<br>case &nbsp;(lower/upper/mixed)&nbsp; the words are in, &nbsp; the search for the "ABC" words is &nbsp; ''caseless''.


It also allows the &nbsp; (ABC) &nbsp; characters to be specified on the command line (CL) as well as the dictionary file identifier.
It also allows the &nbsp; (ABC) &nbsp; characters to be specified on the command line (CL) as well as the dictionary file identifier.