This video demonstrates adding a new operator, sum. This new sum operator takes all values off the stack, adds them up and then replaces the sum on the stack.
Along the way, I come across a problem in the BinaryMathOperator class, which I have to fix first.