Difference between revisions of "Add"
From WikiManual
Line 5: | Line 5: | ||
The result left on top of the stack is 3. | The result left on top of the stack is 3. | ||
+ | |||
+ | ===Operators=== | ||
+ | * [[store]] | ||
+ | * [[rnd]] | ||
+ | * [[add]] | ||
+ | * [[sub]] | ||
+ | * [[mult]] | ||
+ | * [[div]] | ||
+ | * [[inc/dec]] |
Revision as of 20:12, 17 September 2005
To add in DB you must use inverse polish notation. For example:
Ordinarily you would write: 1+2=3 Now write: 1 2 add
The result left on top of the stack is 3.