Re: A86: Hook
[Prev][Next][Index][Thread]
Re: A86: Hook
it seems more confusing to use and i dunno how it could be faster. what
happens about recalling? can you recal the rpn executions?
>actually, it's a stack calculator, and the + operator only operates on the
>top and the second values in the stack, so you'd have to hit + 4 times...
>The HP display looks like this:
>
>--------------
>|04: 5|
>|03: 4|
>|02: 3|
>|01: 2|
>|------------|
>|1_ |
>-------------
>
>(the "01:", "02:", "03:", and "04:" denote the height in the stack, and the
>"5","4","3", and "2" are entries already in the stack. the "1_" is what is
>curently being typed by the user and is always at the bottom. (_ is the
>cursor)
Follow-Ups: