static bool isStandardFunction(S name) { ret isIdentifier(name) && stdFunctions_cached().containsKey(name); }