static S renameSnippet(S id, S title) { if (isLocalSnippetID(id)) ret with setLocalSnippetTitle(id, title); ret postPageWithCredentials("http://tinybrain.de:8080/tb-int/update_snippet_title.php", id := parseSnippetID(id), +title); }