This section provides a tutorial example on how to access identifiers from another package as aliases, *identifier = *package::identifier.
As we learned earlier,
to access variables from other packages is to use their fully qualified names
in the format of packageName::variableName. But this format is too long, and
not easy to use, see the following program: