634_____________________________________________ 11 1

(.  11.5.1).         
  .       -
 ,    . ,   -
 ,       ,  
.

    ,   
,   ,        -
  (  )   extern.
     ,   - ,
       .   -
  ,    static.   -
   .

  ,  ,     -
 ,          ,  
,        #include (.  11.2.1) 
 .                                                     ,

  ,     , 
    1   1.6.5.4.

11.6.2      
namespace  using

       
  .      -
    .      , 
   ,    
,     .   
,       
.

       -
  namespace       -
        using.

   :

namespace  
(

 ,   
t

:

namespace A(

int i = 1;

void Fl(int i)

(
Forml->Labell->Caption = " A: i = "+ IntToStr(i);

>
)
namespace B(

int i = 2;

void Fl(int i)

(
Forml->Labell->Caption = " : i = " + IntToStr(i);

>
}

          . 
    i   Fl.