|
|||||||||||
|
Technical Support On-Line Manuals C166 User's Guide |
C166 User's Guide#elseThe #else directive specifies an alternative text block to the block following a #if or #elif directive. If the result of the preceding #if or #elif is false, the text following the #else is processed by the compiler. #if expression . . . #else . . . #endif | ||||||||||
|
|||||||||||