- This wiki is out of date, use the continuation of this wiki instead
Global variable
From FenixWiki
(Difference between revisions)
| Revision as of 17:41, 25 July 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (11:34, 27 December 2007) (edit) (undo) Sandman (Talk | contribs) |
||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| - | [[Category: | + | [[Category:variablecategories]] |
| + | [[category:general]] | ||
| + | |||
| + | == 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]]. | ||
Current revision
[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.
