Home Segments Index Top Previous Next

636: Mainline

Thus, #ifdef#else#endif combinations are similar to ifelse combinations. The key difference is that you use one to control which lines of code are compiled at compile time, and you use the other to control which statements are evaluated at run time.