I before E except after C: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: minor simplification)
m (→‎{{header|Phix}}: improved comment)
Line 1,885: Line 1,885:
crash("unixdict.txt error, download from http://www.puzzlers.org/pub/wordlists/unixdict.txt")
crash("unixdict.txt error, download from http://www.puzzlers.org/pub/wordlists/unixdict.txt")
end if
end if
-- Note: my unixdict.txt begins with "10th" and ends
-- Note: my unixdict.txt begins with "10th" and ends with "zygote", so
-- with "zygote", so boundary checks can be skipped.
-- boundary checks (such as "i+1<=length(text) and ") can be skipped.
integer {cei,xei,cie,xie} @= 0
integer {cei,xei,cie,xie} @= 0
for i=1 to length(text) do
for i=1 to length(text) do