Skip to content

transcendent __compiler_release__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__compiler_release__

__compiler_release__ is a compiler-defined transcendent variable.

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

This value will usually be 0

Usage Example

#print "Full version: " + __compiler_version_name__
#print "Compiler release version: " + __compiler_release__
Full version: 2.5
Compiler release version: 0
Clone this wiki locally