/// <summary> /// Assign the variable to the value. /// </summary> /// <param name="c"></param> public void Evaluate(IScopeContext c) { c.SetVariableValue(_variable, _expression.Evaluate(c)); }