!7 p-exp { new BakedBot bot; bot.lists.setText("NL Logic Examples", [[ inputContainsTokens("=>") && !inputStartsWith("!rule ") => output(Should I store this rule?) ]]); setOpt(bot.bot, authorized := true); assertEqualsVerbose("Should I store this rule?", callAnswerMethod(bot, "bla => blubb")); assertEqualsVerbose("", unnull(callAnswerMethod(bot, "bla <= blubb"))); assertEqualsVerbose("todo", callAnswerMethod(bot, "!rule bla => bla")); }