The System unit provides low level support routines
such as low level file I/O, heap management, a random number generator,
string handling and more. The system unit is automatically linked
with every program and need not be stated in a uses
statement.
Keep in mind, that the System unit always uses the FPU for floating point
arithmetic.