static bool ai_isVar(S s) { ret isDollarVar(s); } static bool ai_isVar(Symbol s) { ret isDollarVar(s); }