CompilerVersion
Returns the twinBASIC compiler version number.
Syntax: CompilerVersion [ () ]
The return value is a Long identifying the compiler that produced the running code.
Example
Debug.Print "Built with twinBASIC compiler build #" & CompilerVersion()
See Also
- ProcessorArchitecture function