!752 static PersistentLog attnExamples; p { attnExamples = new PersistentLog("attnExamples"); } answer { if (!talkingBots()) null; s = s.trim(); print(">> " + quote(s)); if (eqic("eleu?", s)) { S a = lastAnswerTB(); if (empty(a)) { setAdd(attnExamples, lastQuestionTB()); ret "OK your question was saved. I'll pay attention next time"; } ret "Did I say something wrong?"; } }