HP Forums

Full Version: Local Variables Not on Stack?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to define local variables that doesn't require them to be pulled from the stack?
(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:-?
(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>> >>
Reference URL's