!short: #command       Specify a command directive
!File:C5g0_006.EHO:#command
!short: #translate     Specify a translation directive
!File:C5g0_006.EHO:#command
!short: #define        Define a manifest constant or pseudo-function
!File:C5g0_006.EHO:#define
!short: #error         Generates a compiler error and displays a message
!File:C5g0_006.EHO:#error
!short: #ifdef         Compile a section of code if an identifier exists
!File:C5g0_006.EHO:#ifdef
!short: #ifndef        Compile a section of code for undefined identifier
!File:C5g0_006.EHO:#ifndef
!short: #include       Include a file into the current source file
!File:C5g0_006.EHO:#include
!short: #undef         Remove a #define macro definition
!File:C5g0_006.EHO:#undef
!short: #xcommand      Specify a command or translation directive
!File:C5g0_006.EHO:#xcommand
!short: #xtranslate    Specify a translation directive
!File:C5g0_006.EHO:#xcommand
!short: CANCEL*        Terminate program processing
!file:C5G0_002.EHO:CANCEL*
!short: EMPTY()        Determine if the result of an expression is empty
!file:C5G0_001.EHO:EMPTY()
!short: EVAL()         Evaluate a code block
!file:C5G0_001.EHO:EVAL()
!short: EXTERNAL       Declare a list of procedure or function names to the linker
!File:C5g0_004.EHO:EXTERNAL
!short: MEMORY()       Determine the amount of available free pool memory
!file:C5G0_001.EHO:MEMORY()
!short: NOTE*          Place a single-line comment in a program file
!file:C5G0_002.EHO:NOTE*
!short: QUIT           Terminate program processing
!file:C5G0_002.EHO:QUIT
!short: SETCANCEL()    Toggle Alt-C and Ctrl-Break as program termination keys
!file:C5G0_001.EHO:SETCANCEL()
!short: TYPE()         Determine the data type of an expression
!file:C5G0_001.EHO:TYPE()
!short: VALTYPE()      Determine the data type returned by an expression
!file:C5G0_001.EHO:VALTYPE()
!short: VERSION()      Return Clipper version
!file:C5G0_001.EHO:VERSION()

