12.4 Scope

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

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