Słownik gwary hakerów

Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: lamer, wannabee, geek, 404, 0, Zork.


1 definition found From The Jargon File (version 4.4.7, 29 Dec 2003) [jargon]: condition out 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.