Variables: Difference between revisions

m
Added a missing period
(More information about saved variables (from the old wiki))
m (Added a missing period)
Line 7: Line 7:


Variables can have different modes: <b>Normal</b>, <b>Global</b> and <b>Saved</b>.
Variables can have different modes: <b>Normal</b>, <b>Global</b> and <b>Saved</b>.
Any variable can also be a [[List]]
Any variable can also be a [[List]].


The mode of the variable can be changed by pressing the button at the bottom left while editing it's name.
The mode of the variable can be changed by pressing the button at the bottom left while editing it's name.
Line 13: Line 13:
{{Image|Set_Variable_button_global.png|Keypad shown with mode being changed to Global.}}
{{Image|Set_Variable_button_global.png|Keypad shown with mode being changed to Global.}}


Variables of different types (Number, Vector, Object, etc.) and different modes can have the same name and are considered different variables. For example, <code>Number</code> and <code>$Number</code> are different variables.
Variables of different types (Number, Vector, Object, etc.) and different modes can have the same name and are considered different variables.
For example, <code>Number</code> and <code>$Number</code> are different variables.


== Global variables ==
== Global variables ==