public override void Execute() { Game g = Game.GetInstance(); int v = val.Eval(); g.AddVar(varName, v); }