Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explain_sto_rcl_clr.rst_ 665 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. STORE, RECALL and CLEAR
  2. -----------------------
  3. You may store intermediate calculations to a named variable that you may
  4. recall and place on the stack at a later time. This is useful if you
  5. need access to a computed quantity many times in your expression as it
  6. will shorten the overall expression and improve readability. To save a
  7. result you use the special operator **STO**\ @\ *label*, where *label*
  8. is the name you choose to give the quantity. To recall the stored result
  9. to the stack at a later time, use [**RCL**]@\ *label*, i.e., **RCL**
  10. is optional. To clear memory you may use **CLR**\ @\ *label*. Note that
  11. **STO** and **CLR** leave the stack unchanged.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...