!7 p { for (File f : listFilesOfProgram_notDirs(#1010484)) { if (!isPossibleMD5(f.getName())) continue; print(f); if (fileStartsWith(f, toUtf8("CirclesAndLines"))) { print("Diagram!"); pcall-short { cal_unstructure(loadTextFile(f)); print("Unstructured."); } } else if (isGZ(f)) { print("GZipped!"); Concepts c = new Concepts().loadGrab(loadGZippedTextFile(f), true); print("Concepts: " + renderConceptClassesWithCount(c)); L structures = getFieldOfAllConceptClasses(c, 'calStructure); print("Got " + n(structures, "diagram")); } else print("Huh?"); } }