Skip to main content

Version

Version (Function)

Format

version
version ( )
returns integer_expression

Description

Returns an integer number representing the version number of the BASIC-256 environment currently running.

The number encodes the four-part version as major * 1000000 + minor * 10000 + patch * 100 + sub, so BASIC-256 2.1.0.0 returns 2010000.

Example

print "You are using version " + version()

Will display something like

You are using version 2010000

See Also

EditVisible, GraphToolBarVisible, GraphVisible, Include,MainToolbarVisible, OutputToolBarVisible, OutputVisible, RegexMinimal, Ostype, System, Version

History

0.9.9.32New To Version