static S newCase() { int id = 1; while (fileExists(newFile(javaxDataDir(), formatSnippetID(programID()), str(id)))) ++id; caseID(id); ret id; }