Solving coin problems: Difference between revisions

m
→‎{{header|Phix}}: no_empty now defaults to true
(→‎{{header|Go}}: Changes to preamble following recent changes to Perl entry.)
m (→‎{{header|Phix}}: no_empty now defaults to true)
Line 901:
li = li[length(uncle)+1..$]
end if
words = split(li,no_empty:=true)
for n=1 to length(noise) do
words = remove_all(noise[n],words)
7,804

edits