!7 p { ai_alternativeSmartBot(); ai_newThoughtSpaceBlockingA("Start word", "Question"); processWord("Pluma"); if (isMain()) printThoughtSpace(); } svoid processWord(S word) { S type = ai_forward(word, "is a"); post("Question", "is", "What type of " + type + " is it?"); }