7. Embedded QUEL for Pascal : Pascal Variables and Data Types : Compilation Units and the Scope of Objects : Predeclared Identifiers
 
Share this page                  
Predeclared Identifiers
EQUEL predeclares all the standard Pascal types and constants, which are listed in Data Types and Constants) in a scope enclosing the entire program. You should not redefine any of these identifiers because the runtime library expects the standard definitions.