Penguin
Note: You are viewing an old revision of this page. View the current version.
The language that the HPCalculators use. It's based on Reverse Polish Notation, so you have to remember to enter everything backwards eg, instead of
6*(2+3)*4

you enter

6 2 3 + * 4 *