From GridLAB-D Wiki
Jump to: navigation, search

The #endif macro closes a condition macro block opened by #if, #ifdef, #ifndef, or #ifexist. The #endif must be in the same file the open macro occurred in.

GLM

#ifdef variable
// conditional block
#endif

See also