Aug 26, 2021
I knew most but by no means all.
This one's actually a favorite for computer scientists, but in a different way.
If you do calculations like this: 4 + 5, you're using infix. If you do them like this: 4 5 +, then you're using postfix. If you do them like this, + 4 5, you're using prefix.