Difference between revisions of "Template:ExpNomVars"
Expdbtools (talk | contribs) (Page créée avec « En général, la convention de noms suivante est utilisée dans tous les scripts SQWareProduction : * gvsqw_{} : variable globale initialisée par l'environnement et/ou une librairie… ») |
Expdbtools (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | In general, the following naming convention is used in all scripts of SQWareProduction: | |
− | * gvsqw_{} : variable | + | * gvsqw_ {} : global variable initialized by the environment and / or generic library |
− | * lvsqw_{} : variable | + | * lvsqw_ {} : local variable initialized by the script and / or a specific library |
− | * gfsqw_{} : | + | * gfsqw_ {} : function defined by a generic library |
− | * lfsqw_{} : | + | * lfsqw_ {} : function defined by the script and / or a specific library |
Latest revision as of 18:39, 1 January 2020
In general, the following naming convention is used in all scripts of SQWareProduction:
- gvsqw_ {} : global variable initialized by the environment and / or generic library
- lvsqw_ {} : local variable initialized by the script and / or a specific library
- gfsqw_ {} : function defined by a generic library
- lfsqw_ {} : function defined by the script and / or a specific library