If you replace or delete part of the program but want to keep the old code around as a comment for future reference, you can simply put #if 0 before it and #endif after it.
This works even if the code being turned off contains conditionals, but they must be entire conditionals (balanced #if and #endif ).