Global variable

From Bennu Wiki
Jump to navigation Jump to search


Definition

A global variable is a variable that is accessible from anywhere in the code; it is shared by the whole code.

There's also a number of predefined local variables.

To start the declaration of global variables, use Global.