static void printAIConcepts_noNumbers(Collection c) { for (AIConcept cc : findAIConcepts(unnull(c))) printIndent(aiConceptToString(cc)); }