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