/// <summary> /// Use this before the other functions /// </summary> public bool Exists(string s) => (variables.Exists(s) || functions.Exists(s) || namespaces.Exists(s));