static S getSnippetTitleOpt(S s) { pcall { ret isSnippetID(s) ? getSnippetTitle(s) : s; } ret s; }