Returns a string that contains the current AutoLISP version number
Supported Platforms: Windows and Mac OS
(ver)
No arguments.
Type: String
Textual value returned takes the following form:
"environment version (nn)"
where environment is the name of the AutoLISP environment, version is the current version number, and nn is a two-letter language description.
Examples of the two-letter language descriptions are as follows:
(de) German
(en) US/UK
(es) Spanish
(fr) French
(it) Italian
The ver function can be used to check the compatibility of programs.
(ver) "Visual LISP <release> (en)"
(ver) "MacOS AutoLISP <release> (en)"