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