For infix, pop the struct, pop the amount to add to the struct. Add the amoun top the struct.
For postfix, do the same except save the original pop and push the result back onto the stack. After you use the saved value, pop the stack to replace the saved value.
Comment