Skip to content

Inverted Store

invstore / =

The invstore command will store a value in a variable, with the variable name being the first argument. This is used for storing variables in algebraic mode, since that is the intuitive way = works.


Function Arguments

invstore(variable_name, value)

Algebraic Example

a = 5
invstore(a, 5)

RPN Example

a
5
invstore