vars created true globals that were exported into the default package, and did not require FQPNs.
our's mechanism simply makes them visible (public) but does not export them into the default package. Thus, variables declared with our are accessible but won't clobber or be clobbered unless the
import mechanism is invoked.