Obtain the version of Modalys being used.
The (get-version ... ) function can be created using the following Lisp syntax:
(get-version)
The (get-version) function takes no additional arguments.
The (get-version) function allows you to obtain the version number of Modlays. 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).
There are no special options for this function.