HP Forums
Local Variables Not on Stack? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: Local Variables Not on Stack? (/thread-2055.html)



Local Variables Not on Stack? - toml_12953 - 09-01-2014 01:37 PM

Is there a way to define local variables that doesn't require them to be pulled from the stack?


RE: Local Variables Not on Stack? - walter b - 09-01-2014 02:01 PM

(09-01-2014 01:37 PM)toml_12953 Wrote:  Is there a way to define local variables that doesn't require them to be pulled from the stack?

Which calculator are you talking about?

d:-?


RE: Local Variables Not on Stack? - toml_12953 - 09-01-2014 04:17 PM

(09-01-2014 02:01 PM)walter b Wrote:  
(09-01-2014 01:37 PM)toml_12953 Wrote:  Is there a way to define local variables that doesn't require them to be pulled from the stack?

Which calculator are you talking about?

d:-?
Oops sorry! I have the 50g. I figured it out anyway. I just have to have the program put the values on the stack:

Code:
<<0 0 0 -> a b c << program goes here with local variables a, b, c>> >>