Variables - their purpose is to store data inside a script. ποΈ
They consist of a name and a value. π€
Their name is used to ACCESS the variable (read or write) and their value can be a number, string, boolean or even a table. I'll go over all the types later π
The name of a variable can contain any alphanumerical characters, but must NOT START with a number! π’