13.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.

  13.4.1 Block scope
  13.4.2 Record scope
  13.4.3 Class scope
  13.4.4 Unit scope