diff --git a/language/variables.xml b/language/variables.xml index 285fc71fa3..33226506eb 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -552,6 +552,33 @@ function Test() + + + + Static variables maybe declared as seen in the examples above. + Trying to assign values to these variables which are the + result of expressions will cause a parse error. + + + + Declaring static variables + + +]]> + + + +