REAL
and INT
as well as operations between them are
defined by including any PROFIL/BIAS header file. The definition of these data types
is contained in the files Configuration.h and BIAS/Portab.h.
The logical data type BOOL
is defined by including the file Boolean.h.
Currently, the following equivalences hold:
REAL = double INT = int BOOL = INT
Two logcial constants are available which are defined by including any PROFIL/BIAS header file.
BOOL TRUE
BOOL FALSE