Jump to content

ABC words: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎{{header|REXX}}: added the computer programming language REXX.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 416:
 
=={{header|REXX}}==
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''.
 
It also allows the &nbsp; (ABC) &nbsp; characters to be specified on the command line (CL) as well as the dictionary file identifier.
<lang rexx>/*REXX pgm finds "ABC" words (within an identified dict.) where ABC are found in order.*/
parse arg chrs iFID . /*obtain optional arguments from the CL*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.