Hacker News new | ask | show | jobs
by duskwuff 1023 days ago
You're probably looking for "#if 0" / "#endif".
2 comments

Yeah it took me a while to adopt this common practice when I need to "comment out" a large block of code. Just use the preprocessor, it's much simpler.
FWIW, replacing comments with whitespace is also done by the preprocessor.
The fact that you can't do this with new fangled languages is one of the reasons I don't use new fangled languages
That and other things I dislike about many of the new fangled languages.
I prefer using completely unfangled languages, thank you very much.