Packages cont’d 7
Every symbol in a package
- is either an internal symbol of that package or an external symbol of that package
- can be referenced with :: between the package qualifier and the symbol name
An external symbol
- is part of the package's public interface
- has been exported from that package
- can be referenced with a single colon between the package qualifier and the symbol name