static bool isUpperCaseVar(S s) { ret startsWithUpperCase(s) && isIdentifier(s); }