Reputation: 399
using compiler directives like
#if A
some instructions
#elseif B
some instructions
#end
In C\C++ language, one can tell the compiler to ignore some parts of code under some conditions. I`m curious about to know if there is an equivalent of this feature in Julia language.
Upvotes: 4
Views: 118