static S aiConceptToString2(AIConcept c) { if (c == null) ret "-"; ret c.name + (nempty(c.comment) ? " [" + c.comment + "]" : ""); }