#endif
Preprocessor conditional directive
#endif
Syntax
#endif
Description
Example
#define DEBUG_LEVEL 1
#if (DEBUG_LEVEL = 1)
'Conditional statements
#endif
#if (DEBUG_LEVEL = 1)
'Conditional statements
#endif
Differences from QB
- New to FreeBASIC
See also