// text may be multiple lines static synchronized void addToLogicList(S text) { if (empty(text)) ret; text = trim(text); if (!containsIgnoreCase(loadLogicList(), text)) { logQuoted(logicListFile(), text); callOpt(getOpt(mc(), "gLogicList_cache"), "clear"); } }