Comment 1 for bug 1155277

Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote : Re: Equals should cancel previous operators and return result

Further to this (probably related, so I'm not filing a new bug). There is an expectation that pressing = more than once will repeat an operation.

So:-

1 + 2 = should return 3
1 + 2 == should return 5
1 + 2 = = = should return 7
etc.