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