static bool gCare(S x) { x = singular(x); for (Matches care : matchAll("!care *", gLogicList())) if (eqic(x, singular(care.unq(0)))) true; false; }