// result is thought space static void ai_muse_pluma(S word) { ai_newThoughtSpaceBlockingA("Start word", "Question"); // "Start word" is not used ai_muse_pluma_processWord(word); } svoid ai_muse_pluma_processWord(S word) { S type = ai_forward(word, "is a"); post("Question", "is", "What type of " + type + " is it?"); }