static S aiConceptToString(AIConcept c) { if (c == null) ret "-"; ret c.globalID + " - " + c.name + (nempty(c.comment) ? " / " + c.comment : ""); }