Changeable words: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
No edit summary
Wherrera (talk | contribs)
Line 239:
 
=={{header|Julia}}==
After finding for example "are <=> art", we do not also list the redundant "art <=> are" below.
<lang julia>function changeable(wordfile, lengthover)
words, results = split(read(wordfile, String)), []