Jump to content

Changeable words: Difference between revisions

m
→‎{{header|Phix}}: use GT_LF_STRIPPED
(→‎{{header|Phix}}: simplified)
m (→‎{{header|Phix}}: use GT_LF_STRIPPED)
Line 292:
 
function over11(string word) return length(word)>11 end function
sequence words = filter(split_any(get_text("demo/unixdict.txt")," \r\n"GT_LF_STRIPPED),over11),
res = {}
for i=1 to length(words) do
7,830

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.