Jump to content

ABC words: Difference between revisions

m
→‎{{header|REXX}}: adjusted the record count.
(Added Java solution)
m (→‎{{header|REXX}}: adjusted the record count.)
Line 664:
$.#= x; upper x; @.#= x /*save: original case. */
end /*#*/ /* [↑] semaphore name is uppercased. */
say copies('─', 30) #-1 "words in the dictionary file: " iFID
L = length(chrs) /*obtain the length of the ABC chars.*/
chrsU= chrs; upper chrsU /*obtain an uppercase version of chrs.*/
Line 682:
{{out|output|text=  when using the default input:}}
<pre>
────────────────────────────── 2510525104 words in the dictionary file: unixdict.txt
aback
abacus
Line 743:
{{out|output|text=&nbsp; when using the &nbsp;(vowels in order)&nbsp; input: &nbsp; &nbsp; <tt> aeiou </tt>}}
<pre>
────────────────────────────── 2510525104 words in the dictionary file: unixdict.txt
adventitious
facetious
Cookies help us deliver our services. By using our services, you agree to our use of cookies.