![]() |
![]() |
globalExplicitly declares global variables |
Usage |
|
Description |
Declares a list of global variables. Once a variable has been declared as global it refers to the global kvirc instance for the scope of the script. Global variables are shared between scripts and keep their value until they are explicitly unset or kvirc quits. This command can be used to override the default behaviour of declaring global variables by starting them with an uppercase letter and declaring local variables by starting them with a lowercase one. |
Syntax Specification |
|
Examples |
global %a,%b,%c; |