static L gCares() { new L l; for (Matches care : matchAll("!care *", gLogicList())) l.add(singular(care.unq(0))); ret l; }