sS ai_google_whatIs1(S aMonkey) { new Matches m; if (!find3(aMonkey + " is * *", lines(googleDescriptions("what is " + aMonkey)), m)) null; ret joinWithSpace(m.m); }