back to Command Reference
CALC$
[Undocumented]
Purpose
Store a formula in the Function Memory (Formula Storage area).
CALC$ = "formula_string"
Example
CALC$ = "AREA=BASE*HEIGHT"
Parameters
formula_string: String expression containing the formula to store.
Explanation
- Stores the specified formula string into the Function Memory (Formula
Storage area).
- Once stored, the formula can be recalled and displayed by pressing the
OUT key.
- The stored formula can be used in conjunction with
CALCJMP to automatically assign values to the variables
in the formula.
- This provides a way for programs to set up the calculator’s built-in
formula memory feature programmatically.
See