There was an error while loading. Please reload this page.
__compiler_version__ is a compiler-defined transcendent variable.
__compiler_version__
It will be a float value with version number of the compiler
#if __compiler_version__ >= 2.3 #print "Passed compiler version check" #halt #end #error "Compiler version is less than 2.2"
Passed compiler version check
Table of Contents