Skip to content

transcendent __compiler_version_name__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__compiler_version_name__

__compiler_version_name__ is a compiler-defined transcendent variable.

It will be a string value with information about the compiler

Usage Example

#print "Compiling with " + __compiler_version__
Compiling with 2.5
Clone this wiki locally