5. Embedded QUEL : Host Language Variables : Scope of Variables
 
Share this page                  
Scope of Variables
EQUEL obeys host language conventions for the scope of variables. The scope of an EQUEL-declared variable opens at its declaration. The variable is visible to the preprocessor from that point to the end of the file, unless an EQUEL statement closes the scope of the variable. For information about statements that open and close the scope of variables, see the Embedded QUEL Companion Guide.