Skip to content
Prev 190539 / 398498 Next

Is there a construct for conditional comment?

I believe that #if lines for C++ programs is handled by the preprocessor, not the compiler.  So if you want the same functionality for R programs, it would make sense to just preprocess the R file.