static void saveTranspiledCode(S progID, S code) { saveGZTextFile(new File(getCodeProgramDir(progID), "Transpilation.gz"), code); }