Global Variables: Example Scripts
The following scripts are simple examples using global variables.
While global variables are in fact global, they still need to be declared everywhere they are used. This means that they need to be declared either within every handler where they are referenced, or simply in line with the variable.