bool hasGlobal(String key){ bool result=false; if(_globals.containsKey(key)){ result=true; } return result; }