Differences between version 7 and previous revision of ReversePolish.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Saturday, November 1, 2003 2:28:56 pm | by AristotlePagaltzis | Revert |
Older page: | version 6 | Last edited on Thursday, August 7, 2003 3:41:17 am | by AristotlePagaltzis | Revert |
@@ -14,9 +14,9 @@
In Reverse Polish, or __postfix__, notation you write the operator after the arguments.
c 5 a + x + b * -
-It's very easy to interpret expressions in this notation, you need just a single stack to place intermediate values on, this is why [FORTH
] uses it.
+It's very easy to interpret expressions in this notation, you need just a single stack to place intermediate values on, this is why [Forth
] uses it.
!!!Polish
In Polish, or __prefix__, notation you write the operator before the arguments.