Get Version
Description
Obtain the version of Modalys being used.
(get-version)
Syntax and Default Values
The (get-version ... ) function can be created using the following Lisp syntax:
(get-version)
Parameters
The (get-version) function takes no additional arguments.
Discussion
The (get-version) function allows you to obtain the version number of Modalys. This could be useful in order to make sure that a user is running your script with the same version of Modalys, and to optionally behave differently if not (for example when a new version of Modalys has a function not present in older versions).