OutputVar := instance.Pop()
Removes and returns the object at the top of the MfStack.
Returns he object that is removed from the top of the MfStack.
Throws MfInvalidOperationException if the MfStack is empty.
If current Pop value is a null or empty then Null is returned.