Creates a mutator function based on a specified binary operator.
The output mutator function updates a variable in the parent frame by
applying the binary operator with a given value. It's recommended to use
this function to easily construct special functions in the form of %f%
where f
can be any symbol of choice. See examples.