!747 m { p { L snippets = search("Bot"); int count = 0; for (S id : snippets) { S name = getBotNameFromSnippet(id); if (name != null) { print(id + " - " + getSnippetTitle(id) + ": " + quote(name)); ++count; } } print("Found " + count + " bots - " + l(snippets) + " snippets looked at."); } }