fpc/rtl/objpas
1998-03-25 23:40:24 +00:00
..
Makefile Initial revision 1998-03-25 11:18:12 +00:00
math.pp Initial revision 1998-03-25 11:18:12 +00:00
math.ppu Initial revision 1998-03-25 11:18:12 +00:00
objpas.pp + stuff from old objpash.inc and objpas.inc merged in 1998-03-25 23:40:24 +00:00
README Initial revision 1998-03-25 11:18:12 +00:00
sysutils.pp Initial revision 1998-03-25 11:18:12 +00:00
testm.pp Initial revision 1998-03-25 11:18:12 +00:00

This directory contains units that are part of the Object Pascal support 
of the Free Pascal Compiler.

You can find here the following files:

objpas.pp : makes Free Pascal more Borland Delphi compatible, data types
            are redefined

math.pp : Contains basic mathematical functions, as well as some financial
          functions.

sysutils.pp : Contains the exception support of the Free Pascal Compiler.


Enjoy !
The Free Pascal Development Team.