!7 p { bot("Show Concepts Bot."); print("Type program ID to see its concepts."); } answer { s = trim(s); if "*|show concepts of *" if (isSnippetID(s)) { showConceptsOf(s); ret "OK"; } }