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