First page Back Continue Last page Graphics
Global Variables
After using functions, you have probably needed a way to use a variable in multiple functions
You can, using global variables:
- set them outside of the functions and they can be read and written inside any function
Example