This wiki is out of date, use the continuation of this wiki instead

Global variable

From FenixWiki

Revision as of 11:34, 27 December 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] 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.

Personal tools