Glossary

`uses` clause

A statement that imports declarations from one or more units into the current compilation unit or program. Can appear in both the `interface` section and the `implementation` section of a unit. (Ch. 33)

Learn More

Related Terms