!7 p { for (File f : listFilesOfProgram_notDirs(#1010484)) { print(f); if (fileStartsWith(f, toUtf8("CirclesAndLines"))) print("Text!"); else if (isGZ(f)) print("GZipped!"); else print("Huh?"); } }