Same goes for your test of the case...
A 5 <
not
A<5 etc.
You know, you can also put the expressions in ' ' as...
'A<5'
...if you don't want to write it in RPN
A 5 <
not
A<5 etc.
You know, you can also put the expressions in ' ' as...
'A<5'
...if you don't want to write it in RPN
--- In 50g@yahoogroups.com, "Don Hart" <ddhart1@...> wrote:
>
> ...and you need to think in RPN, it's...
>
> A 2 *
> not
> A*2
>
> and it's...
> A 2 /
> not
> A/2
>
> --- In 50g@yahoogroups.com, Don Hart <ddhart1@> wrote:
> >
> >
> > I think you have an extra END.
> >
> > --- On Sat, 6/20/09, rickwendel763242 <rickwendel763242@> wrote:
> >
> > > From: rickwendel763242 <rickwendel763242@>
> > > Subject: [50g] Re: What is the stack size?
> > > To: 50g@yahoogroups.com
> > > Date: Saturday, June 20, 2009, 7:08 PM
> > > Thanks a lot Juan!
> > > My old calculator had the limited stack or registers.
> > > I'm actively using the stack now in programs with the
> > > unlimited local variables and will be using the combined
> > > local variables soon.
> > >
> > > Write now I'm trying to figure out how to write a program
> > > that analyzes a simple CASE statement. Can you check
> > > out the program in the Rick Wendel folder and see what I'm
> > > doing wrong?
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > > mailto:50g-fullfeatured@yahoogroups.com
> > >
> > >
> > >
> >
>
