static S dumpConcepts(L c) { S s = "AIConcept(globalID=" + struct(c.globalID) + ", name= " + struct(c.name); if (nempty(c.comment)) s += ", comment=" + struct(c.comment)); ret print(s + ")"); }