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