Skip to content

transcendent __compiler_minor__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__compiler_minor__

__compiler_minor__ is a compiler-defined transcendent variable.

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

Usage Example

#print "Full version: " + __compiler_version_name__
#print "Compiler minor version: " + __compiler_minor__
Full version: 2.5
Compiler minor version: 5
Clone this wiki locally