The #else macro closes a conditional block and open the alternative block used when test fails.
#if test // conditional block #else // alternative block #endif
= See also