Navigation: Language Reference > 2 - Program Source Code Format >====== Program Source Code Format ====== | |
Declaration and Statement Labels
MEMBER (identify member source file)
MAP (declare PROCEDURE prototypes)
MODULE (specify MEMBER source file)
PROCEDURE (define a procedure)
CODE (begin executable statements)
DATA (begin routine local data section)
ROUTINE (declare local subroutine)
C, PASCAL (parameter passing conventions)
DLL (set procedure defined externally in .DLL)
NAME (set prototype's external name)
PRIVATE (set procedure private to a CLASS or module)
PROC (set function called as procedure without warnings)
PROTECTED (set procedure private to a CLASS or derived CLASS)
REPLACE (set replacement constructor or destructor)
TYPE (specify PROCEDURE type definition)
Rules for Procedure Overloading
Name Mangling and C++ Compatibility
ASSERT (set assumption for debugging)
COMPILE (specify source to compile)
INCLUDE (compile code in another file)
ITEMIZE (enumeration data structure)
OMIT (specify source not to be compiled)
ONCE (prevent duplicate included data)