static String getSnippetTitle_safe(S id) { S title = "?"; pcall { title = getSnippetTitle(id); } ret title; }