There was an error while loading. Please reload this page.
__compiler_major__ is a compiler-defined transcendent variable.
__compiler_major__
It will be an integer value with the major version number of the compiler
#print "Full version: " + __compiler_version_name__ #print "Compiler major version: " + __compiler_major__
Full version: 2.5 Compiler major version: 2
Table of Contents