object : version |
Return the internal version of the software.
Any other method of any other object can call this method. This is called 'public' access.
All other objects can call this method without having an instance of this object. This is called 'global' scope. In Some languages, this would be a "static" method.
The data-type returned is "schema_versiontype"; Return the internal software version.
This method is contained in the object "object".
This method takes no arguments.
Return the software version string.
return schema_version(1, 0, 0, );
Return the software version string.
return new schema_version(1, 0, 0, );