Words from neighbour ones: Difference between revisions

m
(Added Delphi example)
Line 574:
 
=={{header|Phix}}==
Oh gosh, this is all rather new and exciting....
<lang Phix>function over9(string word) return length(word)>=9 end function
sequence dictionary = filter(get_text("demo/unixdict.txt",GT_LF_STRIPPED),over9)
7,795

edits