


Not all Turbo Pascal commands are immediately available. To
access some, it is necessary to call the Turbo
Pascal Unit that stores their instructions.
This is
done using the USES clause.
We will nearly always want to call the CRT Unit, which includes standard routines for formatting the computer screen.
E.g.