Example #1
0
	public void Execute(VariableValue instanceVal)
	{
		instanceVal.Operate(this.Operator, this.Operand);
	}