static bool triple_containsStandaloneDollarVars(T3 t) { ret t != null && (isDollarVar(t.a) || isDollarVar(t.b) || isDollarVar(t.c)); }