Find words which contains more than 3 e vowels: Difference between revisions

m
(Initial FutureBasic task solution added)
Line 1,048:
include resources "unixdict.txt"
 
local fn ThreePlusEWord( string as CFStringRef ) as BOOL
long i, count = len(string), ecount = 0
717

edits