Difference between revisions of "Template:ExpNomVars"

From Wiki_dbSQWare
Jump to: navigation, search
Line 1: Line 1:
En général, la convention de noms suivante est utilisée dans tous les scripts SQWareProduction® :
+
In general, the following naming convention is used in all scripts of SQWareProduction®:
* gvsqw_{} : variable globale initialisée par l'environnement et/ou une librairie générique
+
* gvsqw_ {} : global variable initialized by the environment and / or generic library
* lvsqw_{} : variable locale initialisée par le script et/ou une librairie spécifique
+
* lvsqw_ {} : local variable initialized by the script and / or a specific library
* gfsqw_{} : fonction définie une librairie générique
+
* gfsqw_ {} : function defined by a generic library
* lfsqw_{} : fonction définie par le script et/ou une librairie spécifique
+
* lfsqw_ {} : function defined by the script and / or a specific library

Revision as of 23:37, 14 December 2010

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