A file is a 'block', hence, unbracketed my's have file scope.
(That is, if there is more than one package in a file, the variable can be seen from all packages;
  if one package is in more than one file, only code in that one file can see the variable.)