JargonFile/entries/condition out.txt

8 lines
314 B
Plaintext
Raw Normal View History

2014-04-26 14:52:28 +00:00
condition out
2014-04-26 15:54:15 +00:00
vt. To prevent a section of code from being compiled by surrounding it with
a conditional-compilation directive whose condition is always false. The
canonical examples of these directives are #if 0 (or #ifdef notdef , though
some find the latter bletcherous ) and #endif in C. Compare comment out.