Skip to content

transcendent __compiler_major__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__compiler_major__

__compiler_major__ is a compiler-defined transcendent variable.

It will be an integer value with the major version number of the compiler

Usage Example

#print "Full version: " + __compiler_version_name__
#print "Compiler major version: " + __compiler_major__
Full version: 2.5
Compiler major version: 2
Clone this wiki locally