Example #1
0
 public bool DoesIdentifierExist(string iden)
 => Locals.ContainsKey(iden) ||
 Outer.DoesIdentifierExist(iden);