static Cl philosophyBot_allLHS(PhilosophyBot1 bot) { Set set = ciSet(); for (PhilosophyBot1.LogicRule r : bot.logicRules()) addAll(set, stringsOnly(philosophyBot_allPartsOfLHS(r))); ret set; }