Hi Jurko,
Actually, all the Jam variables used without being declared using the
'local' keyword are considered global ones and are located in the
current module (a.k.a. namespace). Also Boost Build uses a coding
convention naming all such global variables using a dot prefix.