world.Version
Gets the MUSHclient version string.
Prototype
BSTR Version();
Description
This returns the MUSHclient version string. This is usually a "number" like "3.10" but might have letters appended if it is a beta or test version (eg. "3.10.2" or "3.10p22").
VBscript example
world.note world.Version
Jscript example
world.Note(world.Version());
PerlScript example
$world->Note($world->Version());
Python example
world.Note(world.Version)
Lua example
Note(Version())
Return value
MUSHclient version string.