static bool containsXYZVariables_c(L tokC) { for (S t : tokC) if (formatXYZ_varToIndex(t) != 0) true; false; }