#eddif

Top  Previous  Next

#endif

fblogo_mini

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

 

#iefine

#macro

#if

#else

#elseif

#ifdef

#ifndef

#undef

defined