if (this.accept.ind in CompanyData(comp_id).won_goals) { GSLog.Info("found key"); } else { GSLog.Info("missing key"); CompanyData(comp_id).won_goals[this.accept.ind] <- 10; GSLog.Info(CompanyData(comp_id).won_goals[this.accept.ind]); }