-
-
Notifications
You must be signed in to change notification settings - Fork 9
transcendent __compiler_minor__
IsaacShelton edited this page Mar 21, 2022
·
1 revision
__compiler_minor__
is a compiler-defined transcendent variable.
It will be an integer value with the minor version number of the compiler
#print "Full version: " + __compiler_version_name__
#print "Compiler minor version: " + __compiler_minor__
Full version: 2.5
Compiler minor version: 5