Changeable words: Difference between revisions

Changed "unixdict1.txt" by "unixdict.txt". Removed extra </pre>.
(Changed "unixdict1.txt" by "unixdict.txt". Removed extra </pre>.)
Line 877:
# Build list of words with length >= 12.
let words = collect(newSeq):
for word in "unixdict1unixdict.txt".lines:
if word.len >= 12:
word
Line 924:
 
Found 52 changeable words.</pre>
<pre>
 
=={{header|Perl}}==
Line 973 ⟶ 972:
upperclassman <-> upperclassmen
</pre>
 
 
=={{header|Perl}}==
Anonymous user