There was an error while loading. Please reload this page.
__compiler_qualifier__ is a compiler-defined transcendent variable.
__compiler_qualifier__
It will be a string value with a qualifier about the compiler
This value will usually be "". However with special builds, it may take on other values such as "beta"
""
"beta"
#print "Full version: " + __compiler_version_name__ #print "Compiler qualifier: " + __compiler_qualifier__
Full version: 2.5 Compiler qualifier:
Table of Contents