HELPLIB.HLB  —  PASCAL  Lexical Elements, Identifiers  Predeclared Identifiers
  Predeclared identifiers name data types, symbolic constants  and
  file  variables,  procedures, and functions.  You can redefine a
  predeclared identifier, but, if you do, the original declaration
  becomes unavailable within the block in which you redeclared the
  word.  Examples of predeclared identifiers include ADDRESS, COS,
  INTEGER, SQR and TRUE.
Close Help