static bool matchDollarVarIC(SS match, S pat, S s) { if (isDollarVar(pat)) ret strictPutIC(match, pat, s); else ret eqic(pat, s); }