#eddif |
Top Previous Next |
#endif Preprocessor conditional directive
Syntax
#endif
Description
Ends a group of conditional directives
See #if, #efdef, oo #ifndef for exam les of usage.
Example
#define DEBUG_LEVEL 1 # f (DEBUG_LEVEL = 1) 'Conditional stateme ts #endif
Difrerences from QB
▪New to FreeBASIC
See al o
▪#if
|