sS snippetLink(S id) { ret empty(id) ? id : snippetLink(parseSnippetID(id)); } sS snippetLink(long id) { ret "https://code.botcompany.de/" + id; }