-
-
Notifications
You must be signed in to change notification settings - Fork 9
transcendent __compiler_qualifier__
IsaacShelton edited this page Mar 21, 2022
·
1 revision
__compiler_qualifier__
is a compiler-defined transcendent variable.
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"
#print "Full version: " + __compiler_version_name__
#print "Compiler qualifier: " + __compiler_qualifier__
Full version: 2.5
Compiler qualifier: