public override bool Add(VariableBinding[] result) {
			Bindings.Add(result.Clone());
			return true;
		}