Re: A86: Hook


[Prev][Next][Index][Thread]

Re: A86: Hook




It's much more efficient because it eliminates the need to use things like Ans,
and parenthesis.  it's also a more efficient way to program and is more
versitile in the way that it treats all variables simply as "objects".

Trey Jazz wrote:

> 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)



--
Stephen Hicks
mailto:shicks@mindspring.com
ICQ:5453914
IRC/AIM:Kupopo
Hopemage:http://www.mindspring.com/~shicks/



References: