lisp$version


(lisp$version)

returns the version of the Lisp engine as string of a number

Arguments

none

Return

the version of the Lisp engine as string of a number like "3.0"

Example

(lisp$version) => "5.0 (x86)" for x86 BricsCAD or "5.0 (x64)" for x64 BricsCAD

Alias


Remarks

using (atof (lisp$version)) will return the (double) number instead;
deprecated; please use (vle-lispversion) instead



©  Bricsys NV. All rights reserved.