From RevaWiki
Glossary entry
Postfix notation is used by HP calculators, and some programming languages such as Forth and Postscript. What the 'post' part means, is that operators appear after their arguments. So to add 1 and 2, the postfix notation would be:
1 2 +
See also: infix