The USE statement names a module whose public definitions are to be made accessible.
Syntax:
USE < module-name > &[,< new-name >
=>
< use-name >...]
module entities can be renamed,
USE Stack, IntegerPop => Pop
The module object Pop is renamed to IntegerPop when used locally.
For more information, click here