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