Beispiel #1
0
 protected internal override Expression Eval(Context scope)
 {
     return(_left.SetVariable(scope, _right.Eval(scope)));
 }