12.4 Scope

Identifiers are valid from the point of their declaration until the end of the block in which the declaration occurred. The range where the identifier is known is the scope of the identifier. The exact scope of an identifier depends on the way it was defined.

  12.4.1 Block scope
  12.4.2 Record scope
  12.4.3 Class scope
  12.4.4 Unit scope