static S ai_ifAndInput(S rule, S input) { L tok = javaTokDroppingBracketsC_unquote(rule); if (simpleStarMatchIC("if * and input * then say *", s, m)) { ret $3; } null; }