// mode = "quick", "medium", "fresh" // result = pair(ok, answer) static Pair transpileOnBestServer(S snippetID, S mode) ctex { if (isLocalSnippetID(snippetID)) { transpileLocalSnippet(snippetID, mode); ret pair(true, "OK"); } ret haveMuricaPassword() ? transpileOnNewServer(snippetID, mode) : transpileOnServer(snippetID, mode); }