Global variables are core variables with global scope, meaning that they can be accessed throughout the entire application.
{﹪ ﹪}
Special variables are variables with global scope, meaning that they can be accessed throughout the entire application.
{# ? #}
Local variables are variables with local scope, meaning that they can only be accessed inside of the current running application page.
{{ }}
Library variables are extra variables with global scope, meaning that they can be accessed throughout the entire application when libraries are imported.
{{ }}