!7 standardBot1 agiBlueRulesBot { processSimplified { L rules = agiBlue_ruleObjects(); L matches = agiBlue_matchAllRulesOnInput(s); if (empty(matches)) ret "No matches with " + nRules(rules); L matches2 = takeFirst(3, matches); ret mapToLines(matches2, m -> m.rewrittenRHS()) + (l(matches2) > l(matches) ? "\n[+" + (l(matches2)-l(matches)) + "]" : ""); } }