Oxygen

include
ACTION: include source code from another file
USE: used for including header files and other units of source code
EXAMPLE:
#include "rtl32.inc"

REMARKS: include and #include are the same

RELATED: includepath embedfile