Skip to content

transcendent __compiler_qualifier__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__compiler_qualifier__

__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"

Usage Example

#print "Full version: " + __compiler_version_name__
#print "Compiler qualifier: " + __compiler_qualifier__
Full version: 2.5
Compiler qualifier: 
Clone this wiki locally