static O ai_find1(Web web, long limit) { infoBox("Thinking & making code..."); WebNode find = web_findNode(web, "Find"); WebNode op = web_operand(find); print("Finding: " + op); S plural = plural(dropArticle(web_text(op))); print("Plural: " + plural); Iterator iterator = ai_enumeratorFor(web, plural); L testers = ai_makeTesters(web, op); ret ai_search1(limit, iterator, testers); }