!7 p-exp { BakedBot bot = bakedBotWithRules([[ anyInput() && $x, $y in eval(listToOverlappingPairs(words(ai_input()))) => fact($_q_x and $_q_y are words next to each other) ]]); setOpt(bot.factsBot(), useIterate := true); bot.check("hello world yo", "..."); }