|
|||||||
super-global variables
Время создания: 22.04.2017 19:19
Раздел: AutoHotkey - variables
Запись: xintrea/mytetra_db_mcold/master/base/1492877940kme9xifxn9/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
Super-global variables [v1.1.05+]: If a global declaration appears outside of any function, it takes effect for all functions by default. This avoids the need to redeclare the variable in each function. However, if a function parameter or local variable with the same name is declared, it takes precedence over the global variable. Variables created by the class keyword are also super-global. |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|